DomainObjects Class Library

RowNumber Constructor

Returns the sequential number of a row within a partition of a result set, starting at 1 for the first row in each partition. Sorts the selected rows in ascending order.

Overload List

Returns the sequential number of a row within a partition of a result set, starting at 1 for the first row in each partition. Sorts the selected rows in ascending order.

public RowNumber(Field);

Returns the sequential number of a row within a partition of a result set, starting at 1 for the first row in each partition.

public RowNumber(Field,Boolean);

See Also

RowNumber Class | DomainObjects.Facade.Command.Function Namespace