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

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

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

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

Syntax


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

Field Value

true if [use parameter]; otherwise, false.