Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.