Query.childDataSourceNo Method

Returns the child data source corresponding to the specified number.

Syntax

public QueryBuildDataSource childDataSourceNo(int dataSourceNo)

Run On

Called

Parameters

  • dataSourceNo
    Type: int
    The number of the child data source.

Return Value

Type: QueryBuildDataSource Class
The child data source with the specified number.

Remarks

The number specified must denote a data source immediately beneath the query. Typically there is only one.

See Also

Query Class

Query.childDataSourceCount Method

Query.dataSourceCount Method

Query.dataSourceNo Method