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

IndexMetadata..::..IsUnique Property

Gets a value indicating whether this is a unique index.

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

Syntax


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

Field Value

true if this instance is unique; otherwise, false.