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.9.0.0 (5.9.0)
Syntaxvoid WireTransaction(
	DbTransaction transactionToWire
)
Sub WireTransaction ( 
	transactionToWire As DbTransaction
)
Parameters
- transactionToWire
 - Type: System.Data.CommonDbTransaction
the transaction to wire the command with 
See Also