Mimer SQL Data Provider
HasRows Property




Mimer.Data.Client Namespace > MimerDataReader Class : HasRows Property
Gets whether the MimerDataReader has any rows.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property HasRows As Boolean
public override bool HasRows {get;}
public read-only property HasRows: Boolean; override; 
public override function get HasRows : boolean
public: __property bool get_HasRows() override;
Remarks
If the data reader is not positioned on a row, i.e. no row read yet, this property analyzes whether the next Read will be successful or not. If the reader is positioned on a row, true is returned. If end of table has been reached, i.e. the last Read return false, then false is returned.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerDataReader Class
MimerDataReader Members