The getDataSourceAlias placeholder

Previous Next

In a SQL statement, the getDataSourceAlias placeholder is used to refer to the (USoft-generated) alias of some data source.

Syntax

${getDataSourceAlias( data-source )}

 

where data-source is the name of the data source you are referring to.

This placeholder is similar to the getThisDataSourceAlias and getMainDataSourceAlias placeholders. Click here for an example of the use of this type of placeholder within a SQL statement.

 

See also

Scripting with Data Sources

The getMainDataSourceAlias placeholder

The getThisDataSourceAlias placeholder