 | SphinxQLDataReaderHasRows Property |
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic override bool HasRows { get; }
Public Overrides ReadOnly Property HasRows As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the
SphinxQLDataReader contains one or more rows; otherwise false.
See Also