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