AggregateFunctionsGroupGetAggregateResults Method |
Gets the aggregate results generated for the given aggregate functions.
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic AggregateResultCollection GetAggregateResults(
IEnumerable<AggregateFunction> functions
)
Public Function GetAggregateResults (
functions As IEnumerable(Of AggregateFunction)
) As AggregateResultCollection
public:
AggregateResultCollection^ GetAggregateResults(
IEnumerable<AggregateFunction^>^ functions
)
member GetAggregateResults :
functions : IEnumerable<AggregateFunction> -> AggregateResultCollection
Parameters
- functions
- Type: System.Collections.GenericIEnumerableAggregateFunction
Field Value
Type:
AggregateResultCollectionThe aggregate results for the provided aggregate functions.
ExceptionsException | Condition |
---|
ArgumentNullException | functions is null. |
See Also