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

In This Topic
DB2String Structure Methods
In This Topic

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

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Concatenates two DB2String.  
Public MethodOverloaded. Compares the current DB2String object to the specified object and returns an integer that represents their relative values.  
Public Methodstatic (Shared in Visual Basic)Concatenates two DB2String structures.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Compares two DB2String structures to determine if they are equal.  
Public MethodReturns a hash code for the DB2String structure.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2String values is greater than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2String values is greater than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2String values is less than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2String values is less than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether two DB2String values are not equal.  
Public MethodConverts the current DB2String object to a System.String.  
Top
See Also