GeneralJournalAccountEntry_W::addDataSource Method
Adds a data source for the GeneralJournalAccountEntry_W table.
Syntax
client server public static QueryBuildDataSource addDataSource(QueryBuildDataSource _parentDataSource, [JoinMode _joinMode])
Run On
Called
Parameters
- _parentDataSource
Type: QueryBuildDataSource Class
The data source for the GeneralJournalAccountEntry table.
- _joinMode
Type: JoinMode Enumeration
The join mode for the new data source; optional.
Return Value
Type: QueryBuildDataSource Class
The data source added for the GeneralJournalAccountEntry_W table.
Exceptions
Exception | Condition |
---|---|
Error | The parent data source is null or is not for the GeneralJournalAccountEntrytable. |