 | SphinxQLCommandTransaction Property |
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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