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: 5.3.0
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