Provides information about the keys contained in the table.

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

Syntax

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

Property Value

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

See Also