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: 5.3.0
Syntax
public override bool HasRows { get; }

Property Value

Type: Boolean

Return Value

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