Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _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.