ForeignKey Properties
The ForeignKey type exposes the following members.
Properties
Name | Description | |
---|---|---|
Catalog |
Gets or sets the catalog. (Inherited from CatalogAndSchema.) |
|
Deferrability |
Gets or sets the deferrability.
|
|
DeleteRule |
Gets or sets the delete rule.
|
|
ForeignKeyCatalog |
Gets or sets the foreign key catalog.
|
|
ForeignKeyColumn |
Gets or sets the foreign key column.
|
|
ForeignKeyName |
Gets or sets the name of the foreign key.
|
|
ForeignKeySchema |
Gets or sets the foreign key schema.
|
|
ForeignKeyTable |
Gets or sets the foreign key table.
|
|
KeySequence |
Gets or sets the key sequence.
|
|
PrimaryKeyColumn |
Gets or sets the primary key column.
|
|
PrimaryKeyName |
Gets or sets the name of the primary key.
|
|
PrimaryKeyTable |
Gets or sets the primary key table.
|
|
Schema |
Gets or sets the schema.
(Inherited from CatalogAndSchema.) |
|
UpdateRule |
Gets or sets the update rule.
|