This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| static void JoiningTwoDatasourcesSample(Args _args) | |
| { | |
| Query query; | |
| QueryBuildDatasource queryBuildDatasource; | |
| query = new Query(); | |
| //Adding <PurchTable> table as the first datasource in query.. | |
| queryBuildDatasource = query.addDataSource(tableNum(PurchTable)); | |
| //adding <PurchLine> table into the datasource of previously created datasource.. |