DataAccessAdapterCoreWireTransaction Method  | 
 
            Wires an active transaction to the command object of the passed in query. If no transaction is in progress, nothing is wired.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntaxpublic virtual void WireTransaction(
	IQuery queryToWire
)
Public Overridable Sub WireTransaction ( 
	queryToWire As IQuery
)
Parameters
- queryToWire
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIQuery
Query to wire up with the passed in transaction 
See Also