Click or drag to resize

SphinxQLDataReaderIsClosed Property

Gets a value indicating whether the SphinxQLDataReader is closed.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public override bool IsClosed { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the SphinxQLDataReader is closed; otherwise false.

Implements

IDataReaderIsClosed
See Also