Query.dataSourceName Method

Returns the data source that has the specified name.

Syntax

public QueryBuildDataSource dataSourceName(str name)

Run On

Called

Parameters

  • name
    Type: str
    The string that contains the name of the data source to return.

Return Value

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

Remarks

If no data source with the specified name exists, an uninitialized object is returned.

See Also

Reference

Query Class