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


In This Topic
    IsClosed Property (VistaDBDataReader)
    In This Topic
    Gets a value indicating whether the System.Data.Common.DbDataReader is closed. Gets a value indicating whether the VistaDBDataReader is closed.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property IsClosed As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBDataReader
    Dim value As System.Boolean
     
    value = instance.IsClosed
    public override System.bool IsClosed {get;}

    Property Value

    true if the System.Data.Common.DbDataReader is closed; otherwise false.
    Exceptions
    ExceptionDescription
    The System.Data.SqlClient.SqlDataReader is closed.
    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