Click or drag to resize
LinqConstants Class
Constants to use in the Linq provider sourcecode.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.LinqSupportClassesLinqConstants

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 class LinqConstants

The LinqConstants type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAggregateResultFieldAlias
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.
Top
See Also