AggregateExpression Constructor (AggregateFunction, Type) |
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public 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