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

Parameters

value
Type: SystemObject
The value of the result.
function
Type: Kettic.AspNet.DataAggregateFunction
AggregateFunction that generated the result.
See Also