Dispose
This instance method releases resources allocated by this object.
Declaration
// C# public void Dispose();
Implements
IDisposable
Remarks
Once Dispose()
is called, the object of OracleBlob
is in an uninitialized state.
Although some properties can still be accessed, their values may not be accountable. Since resources are freed, method calls may lead to exceptions. The object cannot be reused after being disposed.