The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

Enum ForeignKeyConstraintMode

Namespace:
Varigence.Languages.Biml.Table
Assembly:
Biml.dll
C#
    public enum ForeignKeyConstraintMode
    
  

Fields

CreateAndCheck

Specifies that a foreign key constraint will be created and set to be checked on table changes.

CreateAndNoCheck

Specifies that a foreign key constraint will be created and but set to not check values.

DoNotCreate

Specifies that a foreign key constraint will not be created. This is used to model table relationships in Biml that are not enforced by the relational database engine for performance or other reasons.

© Varigence