Click or drag to resize

SphinxQLCommandTransaction Property

Gets or sets the SphinxQLTransaction within which this SphinxQLCommand object executes.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
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