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.6.0.0 (5.6.19.0117)
Syntax public static readonly string AggregateResultFieldAlias
Public Shared ReadOnly AggregateResultFieldAlias As String
Field Value
Type:
StringSee Also