In This Topic
The following tables list the members exposed by ForeignKey.
Public Constructors
Public Properties
| Name | Description |
 | Destination | Gets the destination table that is referenced by the foreign key columns in the source table. |
 | DestinationColumns | Gets the collection of destination columns in the destination table that are referenced by the foreign key. |
 | Source | Gets the source table that contains the foreign key columns. |
 | SourceColumns | Gets the collection of source columns in the source table that are part of the foreign key. |
Top
See Also