Show / Hide Table of Contents

Class DbForeignKeyConstraint

Represents database table foreign key constraint.

Inheritance
System.Object
DbTableConstraint
DbForeignKeyConstraint
Implements
IAddon
Inherited Members
DbTableConstraint.Name
DbTableConstraint.Description
DbTableConstraint.IAddon.Key
DbTableConstraint.SystemName
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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest