Constructor DbTableConstraint
| Improve this Doc View SourceDbTableConstraint(String, String)
Initializes a new instance of the DbTableConstraint class.
Declaration
protected DbTableConstraint(string name, string description)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The explicit name of this constraint, can be null or empty. |
System.String | description | The description of this constraint. |