InventDimParm.queryAddOrderByField Method
Adds clauses of the Order By enumeration type to the data source.
Syntax
public boolean queryAddOrderByField(QueryBuildDataSource _qbdsInventDim)
Run On
Called
Parameters
- _qbdsInventDim
Type: QueryBuildDataSource Class
The data source to have ranges of the Order By enumeration type added.
Return Value
Type: boolean
true if any clauses of the Order By enumeration type where added to the data source; otherwise, false.
Remarks
The clauses are determined by the values of the InventDimParm records.The data source that underlies the table must be an InventDim table.