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: 5.3.0
Syntax
public override ConnectionState State { get; }

Property Value

Type: ConnectionState

Return Value

Type: ConnectionState
The state of the connection.

Implements

IDbConnectionState
See Also