Click or drag to resize
LinqConstantsAggregateResultFieldAlias Field
The alias to set on the field which has an aggregate function set to it by a linq construction, e.g. Count(). This value is used to refer to values which are the result of the aggregate function being applied, and if the field the aggregate is applied on has no alias set yet.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static readonly string AggregateResultFieldAlias

Field Value

Type: String
See Also