Applies To:
DataModel object
Description:
Enables a Data Model function to create automatic joins between topics that are added to it.
Action:
Read-write, Boolean
Example:
This example shows how to enable Auto Aliasing and Auto Joining:
ActiveDocument.Sections["Query"].DataModel.AutoAlias = true ActiveDocument.Sections["Query"].DataModel.AutoJoin = true