ShowFullNames (Property)

Applies To:

DMCatalog object

Description:

Displays the full names of tables in the Table Catalog.

Action:

Read-write, Boolean

Example:

This example shows how to display the full names of tables in a Table Catalog:

var myQuery = ActiveDocument.Sections["Query"]
myQuery.DataModel.Catalog.ShowFullNames = true