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

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

Gets or sets a value indicating whether this SqlBuilderEntry<(Of <(<'TDbType>)>)> participates in update operations.

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

Syntax


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

Field Value

true if update; otherwise, false.