RDBMSCompiler SeparateForeignKeys Property NFX Class Library

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

Gets/sets the flag that indicates whether foreign keys should be written in the separate output from tables. Foreign keys get added as constraints under the table when referenced table is already present and this flag is false

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

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

Property Value

Type: OnlineBoolean
See Also