Enum ConstraintType
Specifies the type of a database constraint.
public enum ConstraintType
- Extension Methods
Fields
Check = 4Represents a check constraint.
ForeignKey = 2Represents a foreign key constraint.
NotNull = 5Represents a non-nullable column constraint.
PrimaryKey = 1Represents a primary key constraint.
Unique = 3Represents a unique constraint.
Unknown = 0The constraint type is unknown or undefined.