DomainObjects Class Library

RowNumber Constructor (Field, Boolean)

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 orderByField,
   Boolean sortAscending
);

Parameters

orderByField
The field to order a partition by.
sortAscending
if set to true then sort the rows in ascending order of the orderByField, else sort in descending order.

See Also

RowNumber Class | DomainObjects.Facade.Command.Function Namespace | RowNumber Constructor Overload List