SphinxQLDataReaderHasRows 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
C#
public override bool HasRows { get; }

Property Value

Boolean

Return Value

Boolean
true if the SphinxQLDataReader contains one or more rows; otherwise false.

See Also