Sphinx QLData ReaderIs Closed Property
Gets a value indicating whether the SphinxQLDataReader is closed.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
true if the SphinxQLDataReader is closed; otherwise false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool IsClosed { get; }VB
Public Overrides ReadOnly Property IsClosed As Boolean
GetProperty Value
BooleanReturn Value
Booleantrue if the SphinxQLDataReader is closed; otherwise false.