Click or drag to resize

SortClauseEmitAliasForExpressionAggregateField Property

Gets or sets a value indicating whether the alias of the field should be emitted if it has an expression/aggregate or the full field / expression. Default is true. Set to false if the field in this sortclause isn't used in the projection and it has an expression/aggregate assigned to it.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public bool EmitAliasForExpressionAggregateField { get; set; }

Property Value

Type: Boolean

Implements

ISortClauseEmitAliasForExpressionAggregateField
See Also