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: 5.3.0
Syntax
public SphinxQLTransaction Transaction { get; set; }

Property Value

Type: SphinxQLTransaction

Return 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