 | SphinxQLCommandTransaction Property |
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic SphinxQLTransaction Transaction { get; set; }
Public Property Transaction As SphinxQLTransaction
Get
Set
Property Value
Type:
SphinxQLTransactionReturn Value
Type:
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