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