Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the OrderMode property of the query data source that references the specified table or view.
Syntax
public OrderMode setDataSourceOrderMode(TableId _tableId, OrderMode _value)
Run On
Client
Parameters
- _tableId
Type: TableId Extended Data Type
The identifier of the table or view that is referenced in the data source.
- _value
Type: OrderMode Enumeration
The new value.
Return Value
Type: OrderMode Enumeration
The value of the OrderMode property of the query data source.