RetailConnActionGenerator.joinDataSources Method [AX 2012]
Joins the target and source datasources.
public QueryBuildDataSource joinDataSources(Query _targetQuery, Query _sourceQuery)
Run On
ServerParameters
- _targetQuery
- Type: Query Class
Value of target Query.
- _sourceQuery
- Type: Query Class
Value of source Query.
Return Value
Type: QueryBuildDataSource ClassA QueryBuildDataSource object holding the joined datasources.
Community Additions
ADD
Show: