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

DB2Binary Structure Members

The following tables list the members exposed by DB2Binary.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the DB2Binary 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 DB2Binary structure.  
Top
Public Properties
 NameDescription
Public PropertyIndicates whether the Value property of the DB2Binary is Null.  
Public PropertyGets the binary value that is stored in the specified DB2Binary structure.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Concatenates two DB2Binary.  
Public MethodOverloaded. Compares the current DB2Binary object to the specified object and returns an integer that represents their relative values.  
Public Methodstatic (Shared in Visual Basic)Concatenates two DB2Binary structures.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Compares two DB2Binary structures to determine if they are equal.  
Public MethodReturns a hash code for the DB2Binary structure.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Binary values is greater than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Binary values is greater than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Binary values is less than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Binary values is less than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether two DB2Binary values are not equal.  
Public MethodConverts the current DB2Binary object to a System.String.  
Top
Public Operators
Concatenates two DB2Binary structures.
Determines whether two DB2Binary values are equal.
 
Compares two DB2Binary structures to determine if the first is greater than the second.
Compares two DB2Binary structures to determine if the first is greater than or equal to the second.
Converts the specified array of System.Byte to DB2Binary.
Determines whether two DB2Binary values are not equal.
Compares two DB2Binary structures to determine if the first is less than the second.
Compares two DB2Binary structures to determine if the first is less than or equal to the second.
Top
See Also