AggregateResult Constructor (Object, AggregateFunction) |
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic AggregateResult(
Object value,
AggregateFunction function
)
Public Sub New (
value As Object,
function As AggregateFunction
)
public:
AggregateResult(
Object^ value,
AggregateFunction^ function
)
new :
value : Object *
function : AggregateFunction -> AggregateResult
Parameters
- value
- Type: SystemObject
The value of the result. - function
- Type: Kettic.AspNet.DataAggregateFunction
AggregateFunction that generated the result.
See Also