Class DbForeignKeyConstraint
Represents database table foreign key constraint.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Addons
Assembly: DevZest.Data.dll
Syntax
public sealed class DbForeignKeyConstraint : DbTableConstraint, IAddon
Properties
Name | Description |
---|---|
DeleteRule | Gets the foreign key rule when rows are deleted. |
ForeignKey | Gets the foreign key of this constraint. |
IsValidOnTable | |
IsValidOnTempTable | |
ReferencedKey | Gets the referenced key of this constraint. |
ReferencedTableName | Gets the referenced table name of this constraint. |
UpdateRule | Gets the foreign key rule when rows are updated. |