Table of Contents

Enum ConstraintType

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Specifies the type of a database constraint.

public enum ConstraintType
Extension Methods

Fields

Check = 4

Represents a check constraint.

ForeignKey = 2

Represents a foreign key constraint.

NotNull = 5

Represents a non-nullable column constraint.

PrimaryKey = 1

Represents a primary key constraint.

Unique = 3

Represents a unique constraint.

Unknown = 0

The constraint type is unknown or undefined.