SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎DS (Data Source)‎ > ‎

alias



Common Objects

Description

An alias for the table that can be used in place of the table name.

Use it to simplify SQL expressions, which use this resource by name. For example, a complex fully qualified database table name like "[Server].[Database].[Schema].[Table Name]" can be replaced with something as simply as "Tbl1".

Read/Write property
Type: string


Example:

DS.alias = "Tbl1"

See also