Provides information about all columns who are members of a foreign key.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# |
|---|
IReadOnlyNamedObjectCollection<IColumnSchema> ForeignKeyColumns { get; } |
| Visual Basic |
|---|
ReadOnly Property ForeignKeyColumns As IReadOnlyNamedObjectCollection(Of IColumnSchema) Get |