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)
SyntaxEntityField2 SetAggregateFunction(
	AggregateFunction functionToToApply
)
Function SetAggregateFunction ( 
	functionToToApply As AggregateFunction
) As EntityField2
Parameters
- functionToToApply
 - Type: SD.LLBLGen.Pro.ORMSupportClassesAggregateFunction
Function to apply. 
Return Value
Type: 
EntityField2The entity field object the method was called on, for command chaining
See Also