Share via


RetailCDXOnDemandQueryBuilder.buildQuerySubtree Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

  • _tableCount
    Type: int
    The number of tables already in the query.

Return Value

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

See Also

Reference

RetailCDXOnDemandQueryBuilder Class