IUniqueConstraint.GetIsPrimaryKey Method

Definition

Gets a value indicating whether this constraint is the primary key.

public virtual bool GetIsPrimaryKey ();
abstract member GetIsPrimaryKey : unit -> bool
override this.GetIsPrimaryKey : unit -> bool
Public Overridable Function GetIsPrimaryKey () As Boolean

Returns

true if the constraint is the primary key

Applies to