Gets a value indicating whether the TdDataReader contains one or more rows.
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property HasRows As Boolean
'Usage
Dim instance As TdDataReader
Dim value As Boolean
value = instance.HasRows
public override bool HasRows {get;}
public:
property bool HasRows {
bool get() override;
}
Property Value
true
if the TdDataReader contains one or more rows, otherwise it is
false
.
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also