Click or drag to resize
AggregateExpression Constructor (AggregateFunction, Type, SetExpression, Expression)
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,
	SetExpression source,
	Expression argument
)

Parameters

function
Type: SD.LLBLGen.Pro.ORMSupportClassesAggregateFunction
The function.
typeOfReturnValue
Type: SystemType
The type of return value.
source
Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesSetExpression
The source.
argument
Type: System.Linq.ExpressionsExpression
The argument.
See Also