Provides information about the primary key of the table.

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

Syntax

C#
public bool HasPrimaryKey { get; }
Visual Basic
Public ReadOnly Property HasPrimaryKey As Boolean
	Get

Property Value

Type: Boolean

Implements

ITableSchema..::..HasPrimaryKey

See Also