Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Order Class
Namespace
Usage
Order Properties
The following are properties for Order.
Order Methods
The following are methods for Order.
get(tableName, columnName, direction)
Signature
public static DataSource.Order get(String tableName, String columnName, DataSource.OrderDirection direction)
Parameters
-
tableName:
Type: String
Name of the table whose column values are used to sort the rows in the result set.
-
columnName:
Type: String
Name of the column whose values are used to sort the rows in the result set.
-
direction:
Type: DataSource.OrderDirection
Direction
for sorting rows based on column values.
Return Value
Type: DataSource.Order