SalesTable_RU::addToQuery Method
Modifies a query by joining the SalesTable_RU table to the SalesTable table.
Syntax
client server public static QueryBuildDataSource addToQuery(QueryBuildDataSource _salesTableDataSource, [JoinMode _joinMode])
Run On
Called
Parameters
- _salesTableDataSource
Type: QueryBuildDataSource Class
The data source that represents the SalesTable table.
- _joinMode
Type: JoinMode Enumeration
The join mode; optional. By default, an inner join is used.
Return Value
Type: QueryBuildDataSource Class
The modified data source.
Exceptions
Exception | Condition |
---|---|
Error | The _salesTableDataSource parameter is null Nothing nullptr unit a null reference (Nothing in Visual Basic) or does not represent the SalesTable table. |