DataSource
The following are properties for Order.
public String columnName {get; set;}
Type: String
public DataSource.OrderDirection direction {get; set;}
Type: DataSource.OrderDirection
public String tableName {get; set;}
The following are methods for Order.
public static DataSource.Order get(String tableName, String columnName, DataSource.OrderDirection direction)
Type: DataSource.Order