DB2®Clob.IsOpen property
Gets a value that indicates whether the DB2Clob instance is open.
- Namespace:
IBM.Data.
DB2Types
- Assembly:
IBM.Data.
DB2
(inIBM.Data.
DB2
.dll)
Syntax
[Visual Basic]
Public ReadOnly Property IsOpen As Boolean
[C#]
public bool IsOpen {get;}
[C++]
public: __property bool get_IsOpen();
[JScript]
public final function get IsOpen() : boolean
Property value
The value is true
if DB2Clob instance
is open, otherwise, the value is false
.