Provides information about the primary keys (keys where the current table is the primary table) contained in the table.

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

Syntax

C#
public TableKeySchemaCollection PrimaryKeys { get; }
Visual Basic
Public ReadOnly Property PrimaryKeys As TableKeySchemaCollection
	Get

Property Value

Type: TableKeySchemaCollection

See Also