Whether this is the index for the primary key or not.

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

Syntax

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

Property Value

Type: Boolean

Implements

IIndexSchema..::..IsPrimaryKey

See Also