dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleArrayDataReader Class / Close Method

On this page
    Close Method (OracleArrayDataReader)
    On this page
    Closes the OracleArrayDataReader object.
    Syntax
    'Declaration
     
    Public Sub Close() 
    public void Close()
    Remarks
    You must explicitly call the Close method when you are finished using the OracleArrayDataReader to use the associated OracleConnection for any other purpose.
    See Also