SphinxQLCommandConnection Property

Gets or sets the SphinxQLConnection used by this SphinxQLCommand.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLConnection Connection { get; set; }

Property Value

SphinxQLConnection

Return Value

SphinxQLConnection
The connection to the data source.

Exceptions

InvalidOperationException Occurs if the current instance is currently participating in a transaction.

See Also