DB2Blob Methods

The methods of the DB2Blob structure are listed here.

Table 1. Public Methods
Public Method Description
public property GetBytes Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.
public property Read(byte[] buff) Read bytes from the BLOB object represented by the DB2Blob instance.
public property Read(byte[] buff, Int64 byteOffset, Int64 numBytesToRead, Int64 smartLobOffset, DB2SmartLOBWhence whence) Read bytes from the BLOB object represented by the DB2Blob instance.
public method ToString Returns a string that represents the DB2Blob structure.