Sphinx QLData ReaderHas Rows Property
Gets a value that indicates whether this SphinxQLDataReader contains one or more rows.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
true if the SphinxQLDataReader contains one or more rows; otherwise false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool HasRows { get; }VB
Public Overrides ReadOnly Property HasRows As Boolean
GetProperty Value
BooleanReturn Value
Booleantrue if the SphinxQLDataReader contains one or more rows; otherwise false.