dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / Dispose() Method

In This Topic
    Dispose() Method
    In This Topic
    Disposes the resources allocated by the OracleLob object.
    Disposes the resources allocated by the OracleLob object.
    Syntax
    'Declaration
     
    Public Shadows Sub Dispose() 
    public new void Dispose()
    Remarks
    After closing OracleLob object call of any method of this object will throw an System.ObjectDisposedException.
    See Also