Method AddDbCheckConstraint
| Improve this Doc View SourceAddDbCheckConstraint(String, String, _Boolean)
Adds database check constraint.
Declaration
protected void AddDbCheckConstraint(string name, string description, _Boolean condition)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the constraint. |
System.String | description | The description of the constraint. |
_Boolean | condition | The condition of this check constraint. |