Alias Property

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

DataEnvironment.Cursor.Alias[ = cText]

Property Values

  • 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.

See Also

USE | ALIAS( ) Function | InitialSelectedAlias Property | ParentAlias Property

Applies To: Cursor Object