IAggregateFunctionsProviderAggregateFunctions Property |
Gets the aggregate functions used when grouping is executed.
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
SyntaxIEnumerable<AggregateFunction> AggregateFunctions { get; }
ReadOnly Property AggregateFunctions As IEnumerable(Of AggregateFunction)
Get
property IEnumerable<AggregateFunction^>^ AggregateFunctions {
IEnumerable<AggregateFunction^>^ get ();
}
abstract AggregateFunctions : IEnumerable<AggregateFunction> with get
Property Value
Type:
IEnumerableAggregateFunctionThe aggregate functions that will be used in grouping.
See Also