DB2®Blob.IsOpen property
Gets a value that indicates whether the DB2Blob 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 DB2Blob instance
is open, otherwise the value is false.