RebuildDesignCatalog property (NotesDominoQuery - LotusScript)

Specifies to DQL processing to completely rebuild the Design Catalog before processing a query using Explain or Execute.

Defined in

NotesDominoQuery

Defined in

NotesDominoQuery

Data type

Boolean

Syntax

To get:
Dim rebuildDsgnCat as Boolean
rebuildDsgnCat = dquery.RefreshDesignCatalog
 
To set:
dquery.RebuildDesignCatalog = True

Legal values

True or False. Default is False.

Usage

While use of this property can be costly and contentious, it forces a complete rebuild of the Design Catalog prior to running a query.