dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Blob Structure
Fields Properties Methods

DB2Blob Structure Members

The following tables list the members exposed by DB2Blob.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the DB2Blob structure, setting the Value property to the provided array of bytes.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to the Value property of an DB2Blob structure.  
Top
Public Properties
 NameDescription
Public PropertyIndicates if the data stored in the DB2Blob instance is to be cached.  
Public PropertyIndicates whether the Value property of the DB2Blob is Null.  
Public PropertyGets the binary value that is stored in the specified DB2Blob structure.  
Top
Public Methods
 NameDescription
Public MethodCompares the specified object parameter to the Value property of the DB2Blob object.  
Public MethodReads the specified number of bytes starting from the specified column offset into the buffer starting at the specified buffer offset.  
Public MethodReturns a hash code for the DB2Blob structure.  
Public MethodConverts the current DB2Blob object to a System.String.  
Top
Public Operators
Overloaded. Converts the specified DB2Blob to a DB2Binary.
Overloaded. Converts the specified array of System.Byte to a DB2Blob.
Top
See Also