Persistate API documentation
AggregateFunction Constructor (ordinal)
NamespacesPersistateAggregateFunctionAggregateFunction(Int32)

[This is preliminary documentation and is subject to change.]

Creates a new AggregateFunction from an integer value.
Declaration Syntax
C#
public AggregateFunction(
	int ordinal
)
Parameters
ordinal (Int32)
The ordinal value for the new AggregateFunction.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if the ordinal is negative or greater than the TopValue.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)