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

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

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

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

Syntax


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

Field Value

true if insert; otherwise, false.