SphinxQLCommandTransaction 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
C#
public SphinxQLTransaction Transaction { get; set; }

Property Value

SphinxQLTransaction

Return 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