Whether or not the column is a primary key member.

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

Syntax

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

Property Value

Type: Boolean

Implements

IColumnSchema..::..IsPrimaryKeyMember

See Also