RDBMSCompiler SeparateIndexes Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets/sets the flag that indicates whether indexes should be written in the separate output from tables

Namespace: NFX.RelationalModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute("$separate-indexes")]
public virtual bool SeparateIndexes { get; set; }

Property Value

Type: OnlineBoolean
See Also