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

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