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

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

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

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

Syntax


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

Field Value

true if read; otherwise, false.