VirtualColumnInfo
- Namespace:
PPDS.Dataverse.Sql.Transpilation - Assembly:
PPDS.Dataverse - Kind: Class
Summary
Information about a virtual column (e.g., "owneridname" that maps to "ownerid").
Members
Properties
Alias
string Alias { get; set; }
The alias for the virtual column, if any.
BaseColumnExplicitlyQueried
bool BaseColumnExplicitlyQueried { get; set; }
Whether the user also explicitly queried the base column. If false, the base column should be hidden from results.
BaseColumnName
string BaseColumnName { get; set; }
The base column name that provides the data (e.g., "ownerid").