DB2®Clob Properties

The properties of the DB2Clob structure are listed here.

Public Properties

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