Enum ConstraintType
Specifies the constraint types the ORM retrieves.
Namespace: Paradigm.ORM.Data.Database.Schema.Structure
Assembly: Paradigm.ORM.Data.dll
Syntax
public enum ConstraintType : int
Fields
Name | Description |
---|---|
ForeignKey | Foreign key constraint. |
PrimaryKey | Primary key constraint. |
UniqueKey | Unique key constraint. |