AutoAlias (Property)

Applies To:

DataModel object

Description:

Returns or sets the value of a Data Model AutoAlias property.

Action:

Read-write, Boolean

Example:

This example shows how to activate AutoAliasing and AutoJoining:

ActiveDocument.Sections["Query"].DataModel.AutoAlias = true
ActiveDocument.Sections["Query"].DataModel.AutoJoin = true