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: 6.0.0
Syntax
public SphinxQLConnection Connection { get; set; }

Property Value

SphinxQLConnection

Return Value

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