QueryWireTransaction 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.12.0.0 (5.12.0)
Syntaxpublic void WireTransaction(
DbTransaction transactionToWire
)
Public Sub WireTransaction (
transactionToWire As DbTransaction
)
Parameters
- transactionToWire
- Type: System.Data.CommonDbTransaction
the transaction to wire the command with
Implements
IQueryWireTransaction(DbTransaction)
See Also