Enum ConstraintType
Specifies the various types of constraints that can be applied to a database table, such as primary keys, foreign keys, and unique constraints.
Namespace: Umbraco.Cms.Infrastructure.Persistence.DatabaseModelDefinitions
Assembly: Umbraco.Infrastructure.dll
Syntax
public enum ConstraintType
Fields
| Name | Description |
|---|---|
| NonUnique | |
| PrimaryKey | |
| Unique |