OrderBy

class OrderBy

An object that represents an ordering in a query's order by clause.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(fieldName: String = "", sortOrder: SortOrder = SortOrder.Ascending)

Creates a new order by object.

Properties

Link copied to clipboard

The field name of the field being ordered by.

Link copied to clipboard

The order that should be applied. SortOrder.Ascending if an error occurs.