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#
IReadOnlyNamedObjectCollection<ITableKeySchema> ForeignKeys { get; }
Visual Basic
ReadOnly Property ForeignKeys As IReadOnlyNamedObjectCollection(Of ITableKeySchema)
	Get

Property Value

Type: IReadOnlyNamedObjectCollection<(Of <(<'ITableKeySchema>)>)>

See Also