AggregateSetPredicateCallback Delegate |
Callback for the AggregateSetPredicate, which is used to aggregate over the set of values passed in.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public delegate Object AggregateSetPredicateCallback(
IList valuesToAggregate
)
Public Delegate Function AggregateSetPredicateCallback (
valuesToAggregate As IList
) As Object
Parameters
- valuesToAggregate
- Type: System.CollectionsIList
the values to aggregate.
Return Value
Type:
Objectthe aggregation result of the values passed in.
See Also