AggregateResult Constructor (Object, Int32, 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,
int count,
AggregateFunction function
)
Public Sub New (
value As Object,
count As Integer,
function As AggregateFunction
)
public:
AggregateResult(
Object^ value,
int count,
AggregateFunction^ function
)
new :
value : Object *
count : int *
function : AggregateFunction -> AggregateResult
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.
ExceptionsException | Condition |
---|
ArgumentNullException | function is null. |
See Also