RetailCDXOnDemandQueryBuilder.buildQuerySubtree Method [AX 2012]

Build the query subtree for on demand data retrieval base on the root table in CDX data distribution tree.

public int buildQuerySubtree(
    Query _query, 
    CLRObject _tableElement, 
   [QueryBuildDataSource _parentQueryBuildDataSource, 
    int _tableCount])

Run On

Called

Parameters

_query
Type: Query Class
The query.
_tableElement
Type: CLRObject Class
The table element.
_parentQueryBuildDataSource
Type: QueryBuildDataSource Class
The parent query build data source.
_tableCount
Type: int
The number of tables already in the query.

Return Value

Type: int
The number of tables included the resulted query.

Community Additions

ADD
Show: