The Constraint type exposes the following members.

Properties

  NameDescription
Public propertyColumnIterator
Gets an IEnumerable<(Of <(<'T>)>)> of Column objects that are part of the constraint.
Public propertyColumns
Public propertyColumnSpan
Gets the number of columns that this Constraint contains.
Public propertyName
Gets or sets the Name used to identify the constraint in the database.
Public propertyTable
Gets or sets the Table this Constraint is in.

See Also