dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleXml Class / Dispose Method

In This Topic
Dispose Method (OracleXml)
In This Topic
Releases all resources allocated by this object.
Syntax
'Declaration
 
Public Sub Dispose() 
 
Remarks

Use OracleLob.Dispose to free resources taken by an OracleXml instance, i.e. after performing large data transfer. After disposing OracleXml object call of any method of this object will throw an System.ObjectDisposedException.

This method is actually the same as OracleLob.Close method.

This method closes the LOB locator associated with the OracleLob.

See Also