Share via


RetailConnActionGenerator.joinDataSources Method [AX 2012]

Joins the target and source datasources.

Syntax

public QueryBuildDataSource joinDataSources(Query _targetQuery, Query _sourceQuery)

Run On

Server

Parameters

  • _targetQuery
    Type: Query Class
    Value of target Query.
  • _sourceQuery
    Type: Query Class
    Value of source Query.

Return Value

Type: QueryBuildDataSource Class
A QueryBuildDataSource object holding the joined datasources.

See Also

Reference

RetailConnActionGenerator Class