Click or drag to resize
AggregateExpression Constructor (AggregateFunction, Type)
Initializes a new instance of the AggregateExpression class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public AggregateExpression(
	AggregateFunction function,
	Type typeOfReturnValue
)

Parameters

function
Type: SD.LLBLGen.Pro.ORMSupportClassesAggregateFunction
The function.
typeOfReturnValue
Type: SystemType
The type of return value.
See Also