Alias Property

Applies To   See Also

Specifies the alias used for each table or view associated with a Cursor object. Available at design time and run time.

Syntax

DataEnvironment.Cursor.Alias[ = cText]

Settings

cText

Specifies the alias used for the table or view associated with the Cursor object.

Remarks

When the data environment is loaded, each table or view associated with a Cursor object is assigned an alias that is, by default, the same as the table or view name. Use the Alias property to override the default alias name.

The Alias property mimics the behavior of the USE command's ALIAS clause.