DomainObjects Class Library

RowNumber Constructor (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. Sorts the selected rows in ascending order.

public RowNumber(
   Field orderByField
);

Parameters

orderByField
The field to order a partition by.

See Also

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