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

ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)> Members

The ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)> type exposes the following members.

Constructors


  Name Description
Public method ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)>
Initializes a new instance of the ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)> class.

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.
(Inherited from ForeignKeyConstraint.)
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.