Share via


SqlConstraintType Enum

Definition

public enum SqlConstraintType
type SqlConstraintType = 
Public Enum SqlConstraintType
Inheritance
SqlConstraintType

Fields

Name Value Description
Null 0
NotNull 1
PrimaryKey 2
Unique 3
Identity 4
Default 5
Check 6
ForeignKey 7
RowGuidCol 8

Applies to