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

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