The ForeignKey type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CascadeDeleteEnabled | |
![]() | ColumnIterator |
Gets an IEnumerable<(Of <(<'T>)>)> of Column objects that are part of the constraint.
(Inherited from Constraint.) |
![]() | Columns | (Inherited from Constraint.) |
![]() | ColumnSpan |
Gets the number of columns that this Constraint contains.
(Inherited from Constraint.) |
![]() | HasPhysicalConstraint | |
![]() | IsReferenceToPrimaryKey | Does this foreignkey reference the primary key of the reference table |
![]() | Name |
Gets or sets the Name used to identify the constraint in the database.
(Inherited from Constraint.) |
![]() | ReferencedColumns | |
![]() | ReferencedEntityName | |
![]() | ReferencedTable |
Gets or sets the Table that the Foreign Key is referencing.
|
![]() | Table |
Gets or sets the Table this Constraint is in.
(Inherited from Constraint.) |