Close
This method closes the OracleDataReader
.
Declaration
// C# public override void Close();
Implements
IDataReader
Remarks
The Close
method frees all resources associated with the OracleDataReader
.
Example
The code example for the OracleDataReader
class includes the Close
method. See OracleDataReader
Overview "Example".