Share via


Query.dataSourceNo Method

Returns the data source specified by the data source number.

Syntax

public QueryBuildDataSource dataSourceNo(int dataSourceNo)

Run On

Called

Parameters

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

Return Value

Type: QueryBuildDataSource Class
The data source that has the specified number.

Remarks

If the specified data source does not exist, an uninitialized object is returned.

See Also

Reference

Query Class