Name | Description | |
---|---|---|
![]() | DB2Blob Constructor | Initializes a new instance of the DB2Blob structure, setting the Value property to the provided array of bytes. |
The following tables list the members exposed by DB2Blob.
Name | Description | |
---|---|---|
![]() | DB2Blob Constructor | Initializes a new instance of the DB2Blob structure, setting the Value property to the provided array of bytes. |
Name | Description | |
---|---|---|
![]() ![]() | Null | Represents a null value that can be assigned to the Value property of an DB2Blob structure. |
Name | Description | |
---|---|---|
![]() | CacheData | Indicates if the data stored in the DB2Blob instance is to be cached. |
![]() | IsNull | Indicates whether the Value property of the DB2Blob is Null. |
![]() | Value | Gets the binary value that is stored in the specified DB2Blob structure. |
Name | Description | |
---|---|---|
![]() | Equals | Compares the specified object parameter to the Value property of the DB2Blob object. |
![]() | GetBytes | Reads the specified number of bytes starting from the specified column offset into the buffer starting at the specified buffer offset. |
![]() | GetHashCode | Returns a hash code for the DB2Blob structure. |
![]() | ToString | Converts the current DB2Blob object to a System.String. |
![]() | Overloaded. Converts the specified DB2Blob to a DB2Binary. |
![]() | Overloaded. Converts the specified array of System.Byte to a DB2Blob. |