AggregateResult Constructor (AggregateFunction) |
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic AggregateResult(
AggregateFunction function
)
Public Sub New (
function As AggregateFunction
)
public:
AggregateResult(
AggregateFunction^ function
)
new :
function : AggregateFunction -> AggregateResult
Parameters
- function
- Type: Kettic.AspNet.DataAggregateFunction
AggregateFunction that generated the result.
ExceptionsException | Condition |
---|
ArgumentNullException | function is null. |
See Also