ForeignKey Members
The ForeignKey type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified [System.Object] is equal to this instance.
|
![]() |
GetHashCode |
Returns a hash code for this instance.
|
![]() |
ToString |
Retourne une chaîne qui représente l'objet actif.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() |
importedKeyCascade |
The imported key cascade
|
![]() ![]() |
importedKeyInitiallyDeferred |
The imported key initially deferred
|
![]() ![]() |
importedKeyInitiallyImmediate |
The imported key initially immediate
|
![]() ![]() |
importedKeyNoAction |
The imported key no action
|
![]() ![]() |
importedKeyNotDeferrable |
The imported key not deferrable
|
![]() ![]() |
importedKeyRestrict |
The imported key restrict
|
![]() ![]() |
importedKeySetDefault |
The imported key set default
|
![]() ![]() |
importedKeySetNull |
The imported key set null
|
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.
|