Query.dataSourceCount Method

Returns the total number of data sources for the query, including any embedded data sources.

Syntax

public int dataSourceCount()

Run On

Called

Return Value

Type: int
The number of data sources for this query.

Remarks

The number is the transitive number of data sources. This includes any embedded data sources.

See Also

Reference

Query Class