IsClosed Property (OracleCursor)
Gets a value indicating whether the
OracleCursor object is closed or not.
public bool IsClosed {get;}
'Declaration
Public ReadOnly Property IsClosed As Boolean
Property Value
true if the
OracleCursor is closed; otherwise,
false.