Click or drag to resize

SphinxQLDataReaderHasRows Property

Gets a value that indicates whether this SphinxQLDataReader contains one or more rows.

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

Property Value

Boolean

Return Value

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