Click or drag to resize
AggregateResult Constructor (Object, Int32, 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(
	Object value,
	int count,
	AggregateFunction function
)

Parameters

value
Type: SystemObject
The value of the result.
count
Type: SystemInt32
The number of arguments used for the calculation of the result.
function
Type: Kettic.AspNet.DataAggregateFunction
Function that generated the result.
Exceptions
ExceptionCondition
ArgumentNullExceptionfunction is null.
See Also