Sphinx QLCommandConnection Property
Gets or sets the SphinxQLConnection used by this SphinxQLCommand.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The connection to the data source.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLConnection Connection { get; set; }VB
Public Property Connection As SphinxQLConnection
Get
SetProperty Value
SphinxQLConnectionReturn Value
SphinxQLConnectionThe connection to the data source.
Exceptions
| InvalidOperationException | Occurs if the current instance is currently participating in a transaction. |