 | SphinxQLCommandTransaction Property |
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic SphinxQLTransaction Transaction { get; set; }Public Property Transaction As SphinxQLTransaction
Get
Set
Property Value
SphinxQLTransactionReturn Value
SphinxQLTransaction
The transaction within which a Command object of a .NET Framework data provider executes. The default value is a null reference (Nothing in Visual Basic).
See Also