[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.RelationalModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$separate-fkeys")]
public virtual bool SeparateForeignKeys { get; set; }
[ConfigAttribute("$separate-fkeys")]
public virtual bool SeparateForeignKeys { get; set; }
<ConfigAttribute("$separate-fkeys")>
Public Overridable Property SeparateForeignKeys As Boolean
Get
Set
<ConfigAttribute("$separate-fkeys")>
Public Overridable Property SeparateForeignKeys As Boolean
Get
Set
public:
[ConfigAttribute(L"$separate-fkeys")]
virtual property bool SeparateForeignKeys {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute(L"$separate-fkeys")]
virtual property bool SeparateForeignKeys {
bool get ();
void set (bool value);
}
[<ConfigAttribute("$separate-fkeys")>]
abstract SeparateForeignKeys : bool with get, set
[<ConfigAttribute("$separate-fkeys")>]
override SeparateForeignKeys : bool with get, set
[<ConfigAttribute("$separate-fkeys")>]
abstract SeparateForeignKeys : bool with get, set
[<ConfigAttribute("$separate-fkeys")>]
override SeparateForeignKeys : bool with get, set
Property Value
Type:
Boolean