ISortClauseEmitAliasForExpressionAggregateField 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)
Syntaxbool EmitAliasForExpressionAggregateField { get; set; }Property EmitAliasForExpressionAggregateField As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also