Provides information about all columns who are members of a foreign key.

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

Syntax

C#
public ColumnSchemaCollection ForeignKeyColumns { get; }
Visual Basic
Public ReadOnly Property ForeignKeyColumns As ColumnSchemaCollection
	Get

Property Value

Type: ColumnSchemaCollection

See Also