LedgerJournalTable_W::addToQuery Method
Adds the child LedgerJournalTable_W table that is joined to the LedgerJournalTable table in the supplied query.
Syntax
client server public static QueryBuildDataSource addToQuery(QueryBuildDataSource _ledgerJournalTableDataSource, [JoinMode _joinMode])
Run On
Called
Parameters
- _ledgerJournalTableDataSource
Type: QueryBuildDataSource Class
The QueryBuildDataSource object that contains a data source of the LedgerJournalTable table to join the child table to.
- _joinMode
Type: JoinMode Enumeration
The type of join to perform; optional.
Return Value
Type: QueryBuildDataSource Class
A QueryBuildDataSource object that contains the child LedgerJournalTable_W table that is joined to the LedgerJournalTable table.