The ForeignKey type exposes the following members.

Properties

  NameDescription
Public propertyCascadeDeleteEnabled
Public propertyColumnIterator
Gets an IEnumerable<(Of <(<'T>)>)> of Column objects that are part of the constraint.
(Inherited from Constraint.)
Public propertyColumns (Inherited from Constraint.)
Public propertyColumnSpan
Gets the number of columns that this Constraint contains.
(Inherited from Constraint.)
Public propertyHasPhysicalConstraint
Public propertyIsReferenceToPrimaryKey
Does this foreignkey reference the primary key of the reference table
Public propertyName
Gets or sets the Name used to identify the constraint in the database.
(Inherited from Constraint.)
Public propertyReferencedColumns
Public propertyReferencedEntityName
Public propertyReferencedTable
Gets or sets the Table that the Foreign Key is referencing.
Public propertyTable
Gets or sets the Table this Constraint is in.
(Inherited from Constraint.)

See Also