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

In This Topic
    DB2Binary Structure Methods
    In This Topic

    For a list of all members of this type, see DB2Binary members.

    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
    See Also