VendTrans_W::addToQuery Method
Adds VendTrans_W table as a child data source using using the data source passed in.
Syntax
client server public static QueryBuildDataSource addToQuery(QueryBuildDataSource _vendTransDataSource, [JoinMode _joinMode])
Run On
Called
Parameters
- _vendTransDataSource
Type: QueryBuildDataSource Class
The parent datasource VendTrans.
- _joinMode
Type: JoinMode Enumeration
The JoinMode to use.
Return Value
Type: QueryBuildDataSource Class
The datasource for VendTrans_W
Exceptions
Exception | Condition |
---|---|
Error | The passed in datasource cannot be null and must be based on the table VendTrans. |