Click or drag to resize
SphinxQLCommandConnection Property
Gets or sets the SphinxQLConnection used by this SphinxQLCommand.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public SphinxQLConnection Connection { get; set; }

Property Value

Type: SphinxQLConnection

Return Value

Type: SphinxQLConnection
The connection to the data source.
Exceptions
ExceptionCondition
InvalidOperationException Occurs if the current instance is currently participating in a transaction.
See Also