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

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

Gets or sets a value indicating whether this SqlBuilderEntry<(Of <(<'TDbType>)>)> participates in the second pass of parameter generation.

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

Syntax


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

Field Value

true if [use parameter2]; otherwise, false.

Remarks


This is needed when referencing anonymous parameters.