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.
Adds a data source to the query, either at the root or as a child to the previously added data source, if any.
Syntax
public QueryBuildDataSource addDataSource(TableId _tableId, [str _name])
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The ID of the table to add.
- _name
Type: str
The name of the data source
Return Value
Type: QueryBuildDataSource Class
A QueryBuildDatasource instance that represents the added data source.