The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OracleDataReader::Close Method ()
.NET Framework (current version)
Closes the OracleDataReader object.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
More than one OracleDataReader can be open at any given time.
Caution |
|---|
Do not call Close or Dispose on a connection, a DataReader, or any other managed object in the Finalize method of your class. In a finalizer, you should only release unmanaged resources that your class owns directly. If your class does not own any unmanaged resources, do not include a Finalize method in your class definition. For more information, see Garbage Collection. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
