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

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

Syntax

C#
IReadOnlyNamedObjectCollection<IColumnSchema> NonForeignKeyColumns { get; }
Visual Basic
ReadOnly Property NonForeignKeyColumns As IReadOnlyNamedObjectCollection(Of IColumnSchema)
	Get

Property Value

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

See Also