Sphinx QLCommandTransaction Property
Gets or sets the SphinxQLTransaction within which this SphinxQLCommand object executes.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
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).
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLTransaction Transaction { get; set; }VB
Public Property Transaction As SphinxQLTransaction
Get
SetProperty Value
SphinxQLTransactionReturn Value
SphinxQLTransactionThe transaction within which a Command object of a .NET Framework data provider executes. The default value is a null reference (Nothing in Visual Basic).