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

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.

See Also

Reference

TaxTrans Table