Click or drag to resize

TempTableOptionsCreateIndex Property

If true, a clustered index is created for the single column on the temp table.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool CreateIndex { get; set; }

Property Value

Type: Boolean
See Also