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

SqlBuilderEntry<(Of <(<'TDbType>)>)>..::..IsKey Property

Gets or sets a value indicating whether this column should be treated as primary key.

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

Syntax


public bool IsKey { get; set; }
Public Property IsKey As Boolean
	Get
	Set
public:
property bool^ IsKey {
	bool^ get ();
	void set (bool^ value);
}

Field Value

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

Remarks


This can be overridden. For example, if the parameter object defines its own alternate keys.