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

In This Topic
Close Method (OracleArrayDataReader)
In This Topic
Closes the OracleArrayDataReader object.
Syntax
'Declaration
 
Public Sub 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