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

ColumnMetadata..::..IsIdentity Property

Gets a value indicating whether this column is an identity column.

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

Syntax


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

Field Value

true if this instance is identity; otherwise, false.