Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public virtual void WireTransaction(
	IQuery queryToWire
)

Parameters

queryToWire
Type: SD.LLBLGen.Pro.ORMSupportClassesIQuery
Query to wire up with the passed in transaction
See Also