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.
Gets a unique name for a data source by using the name of the table to which the data source refers.
Syntax
public str getUniqueQueryDataSourceName(Query _query, str _tableName)
Run On
Client
Parameters
- _query
Type: Query Class
The Query object.
- _tableName
Type: str
The name of the table to which the data source refers.
Return Value
Type: str
A unique name for the data source.