NevronOpenVision
Nevron.Nov.Data Namespace / NDbDataReader Class / Dispose Method / Dispose(Boolean) Method
true to release managed and unmanaged resources; false to release only unmanaged resources.
In This Topic
    Dispose(Boolean) Method
    In This Topic
    Releases the managed resources used by the NDbReader and optionally releases the unmanaged resources.
    Syntax
    protected virtual void Dispose( 
       System.bool disposing
    )

    Parameters

    disposing
    true to release managed and unmanaged resources; false to release only unmanaged resources.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also