Click or drag to resize
SphinxQLConnectionState Property
Gets a string that describes the state of the connection.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public override ConnectionState State { get; }

Property Value

Type: ConnectionState

Return Value

Type: ConnectionState
The state of the connection.

Implements

IDbConnectionState
See Also