Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.HasRows Property

Gets whether the FbDataReader contains one or more rows.

[Visual Basic]
Public ReadOnly Property HasRows As Boolean
[C#]
public bool HasRows {get;}

Property Value

True if the FbDataReader contains one or more rows; otherwise false.

Remarks

This property returns always true.

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace