Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ForeignKeyConstraint Members

The ForeignKeyConstraint type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property ConstrainedColumns
Gets the columns in the parent table.
Public property ConstrainedTableName
Gets the name of the parent table.
Public property Name
Gets the name of the constraint.
Public property ReferencedColumns
Gets the columns in the referenced table. This will usually be the primary key(s).
Public property ReferencedTableName
Gets the name of the referenced table.