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

TableOrViewMetadata..::..HasPrimaryKey Property

Gets a value indicating whether this table or view has primary key.

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

Syntax


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

Field Value

true if this instance has a primary key; otherwise, false.