Click or drag to resize
AggregateResult Constructor (AggregateFunction)
Initializes a new instance of the AggregateResult class.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public AggregateResult(
	AggregateFunction function
)

Parameters

function
Type: Kettic.AspNet.DataAggregateFunction
AggregateFunction that generated the result.
Exceptions
ExceptionCondition
ArgumentNullExceptionfunction is null.
See Also