Dispose
This method releases any resources or memory allocated by the object
Declaration
// C# public void Dispose();
Implements
IDisposable
Remarks
The Dispose
method also closes the OracleLogicalTransaction
object.
This method releases any resources or memory allocated by the object
Declaration
// C# public void Dispose();
Implements
IDisposable
Remarks
The Dispose
method also closes the OracleLogicalTransaction
object.