Click or drag to resize

IEntityField2SetAggregateFunction Method

Sets the EntityField's AggregateFunctionToApply property

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
EntityField2 SetAggregateFunction(
	AggregateFunction functionToToApply
)

Parameters

functionToToApply
Type: SD.LLBLGen.Pro.ORMSupportClassesAggregateFunction
Function to apply.

Return Value

Type: EntityField2
The entity field object the method was called on, for command chaining
See Also