DB2®Blob Properties

The properties of the DB2Blob structure are listed here.

Table 1. Public Properties
Public Property Description
public property CacheData Indicates if the data stored in the DB2Blob instance's current cursor position is being cached.
public property EstimatedSize Gets or sets the estimated final size of the DB2Blob object.
public property IsNull Gets a value that indicates if the value that is stored in the DB2Blob object is null.
public property IsOpen Gets a value that indicates whether the DB2Blob instance is open.
public property Size Gets the current size of the DB2Blob object in bytes.
public property Value Gets the value that is stored in the DB2Blob object.