AggregateExpression Constructor (AggregateFunction, Type) | 
  
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntaxpublic AggregateExpression(
	AggregateFunction function,
	Type typeOfReturnValue
)
Public Sub New ( 
	function As AggregateFunction,
	typeOfReturnValue As Type
)
Parameters
- function
 - Type: SD.LLBLGen.Pro.ORMSupportClassesAggregateFunction
The function. - typeOfReturnValue
 - Type: SystemType
The type of return value. 
See Also