Provides information about the foreign keys (keys where the current table is the foreign table) contained in the table.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public TableKeySchemaCollection ForeignKeys { get; }
Visual Basic
Public ReadOnly Property ForeignKeys As TableKeySchemaCollection
	Get

Property Value

Type: TableKeySchemaCollection

See Also