Click or drag to resize

IEntityFieldSetAggregateFunction 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.9.0.0 (5.9.0)
Syntax
EntityField SetAggregateFunction(
	AggregateFunction functionToToApply
)

Parameters

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

Return Value

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