Query.childDataSourceCount Method

Counts the number of data sources that pertain to the query.

Syntax

public int childDataSourceCount()

Run On

Called

Return Value

Type: int
The number of data sources related to the query.

Remarks

This method is used for the top-level query. To determine the number of data sources embedded within another data source, use the childDataSourceCount method.

See Also

Query Class

QueryBuildDataSource.childDataSourceCount Method