VistaDB 6
VistaDB.Provider Namespace / VistaDBDataReader Class / HasRows Property


In This Topic
    HasRows Property
    In This Topic
    Gets a value that indicates whether this System.Data.Common.DbDataReader contains one or more rows. Gets a value that indicates whether this VistaDBDataReader contains one or more rows.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property HasRows As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBDataReader
    Dim value As System.Boolean
     
    value = instance.HasRows
    public override System.bool HasRows {get;}

    Property Value

    true if the System.Data.Common.DbDataReader contains one or more rows; otherwise false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also