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

ForeignKeyConstraint Properties

The ForeignKeyConstraint type exposes the following members.

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.