Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public delegate Object AggregateSetPredicateCallback(
	IList valuesToAggregate
)

Parameters

valuesToAggregate
Type: System.CollectionsIList
the values to aggregate.

Return Value

Type: Object
the aggregation result of the values passed in.
See Also