DB2®Blob Properties
The properties of the DB2Blob structure are listed here.
| Public Property | Description |
|---|---|
CacheData |
Indicates if the data stored in the DB2Blob instance's current cursor position is being cached. |
EstimatedSize |
Gets or sets the estimated final size of the DB2Blob object. |
IsNull |
Gets a value that indicates if the value that is stored in the DB2Blob object is null. |
IsOpen |
Gets a value that indicates whether the DB2Blob instance is open. |
Size |
Gets the current size of the DB2Blob object in bytes. |
Value |
Gets the value that is stored in the DB2Blob object. |