Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

IndexMetadata..::..IsPrimaryKey Property

Gets a value indicating whether this index is a primary key.

Namespace:  Tortuga.Chain.Metadata
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public bool IsPrimaryKey { get; }
Public ReadOnly Property IsPrimaryKey As Boolean
	Get
public:
property bool^ IsPrimaryKey {
	bool^ get ();
}

Field Value

true if this instance is primary key; otherwise, false.