Share via


CustTrans_W::addToQuery Method

Adds VendTrans_W table as a child data source using using the data source passed in.

Syntax

client server public static QueryBuildDataSource addToQuery(QueryBuildDataSource _CustTransDataSource, [JoinMode _joinMode])

Run On

Called

Parameters

Return Value

Type: QueryBuildDataSource Class
The datasource for VendTrans_W

Exceptions

Exception Condition
Error

The passed in datasource cannot be null and must be based on the table VendTrans.

See Also

Reference

CustTrans_W Table