Share via


Query.levelTable Method

Determines the tree level, in the hierarchy of data sources, of the data source assigned to the specified table.

Syntax

public int levelTable(TableId table, [int occurrence])

Run On

Called

Parameters

  • occurrence
    Type: int
    The integer that may be used if more than one data source is assigned to the same table; optional.

Return Value

Type: int
The level number of the query's specified data source.

See Also

Reference

Query Class