Click or drag to resize
IEntityFieldCoreAggregateFunctionToApply Property
The aggregate function to apply on this field in a select query. Ignored in INSERT/UPDATE/DELETE queries. Designed to be used in TypedList/TypedView classes.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
AggregateFunction AggregateFunctionToApply { get; set; }

Property Value

Type: AggregateFunction
See Also