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

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