If the property value is true, then Constrains will be created with the enabled WithCheck option during the synchronization.
Namespace:
PerpetuumSoft.DataModelAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool ConstraintsWithCheck { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ConstraintsWithCheck As Boolean |
Visual C++ |
---|
public: property bool ConstraintsWithCheck { bool get (); void set (bool value); } |