SphinxQLDataReaderIsClosed Property

Gets a value indicating whether the SphinxQLDataReader is closed.

Definition

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

Property Value

Boolean

Return Value

Boolean
true if the SphinxQLDataReader is closed; otherwise false.

Implements

IDataReaderIsClosed

See Also