Provides information about all non-primary key table columns.

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

Syntax

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

Property Value

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

See Also