Click or drag to resize
IQueryWireTransaction Method
Wires the command of this query with the transaction passed in.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void WireTransaction(
	DbTransaction transactionToWire
)

Parameters

transactionToWire
Type: System.Data.CommonDbTransaction
the transaction to wire the command with
See Also