SphinxQLConnectionState Property

Gets a string that describes the state of the connection.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override ConnectionState State { get; }

Property Value

ConnectionState

Return Value

ConnectionState
The state of the connection.

Implements

IDbConnectionState

See Also