GeneralJournalEntry_W::addDataSource Method
Adds a data source for the GeneralJournalEntry_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 GeneralJournalEntry table.
- _joinMode
Type: JoinMode Enumeration
The join mode for the new data source; optional.
Return Value
Type: QueryBuildDataSource Class
The data source that is added for the GeneralJournalEntry table.
Exceptions
Exception | Condition |
---|---|
Error | The parent data source is null Nothing nullptr unit a null reference (Nothing in Visual Basic) or is not for the GeneralJournalEntry table. |