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

In This Topic
    DB2String Structure Members
    In This Topic

    The following tables list the members exposed by DB2String.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DB2String structure, setting the Value property to the specified string.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to a DB2String structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the Value property of the DB2String is Null.  
    Public PropertyGets the string that is stored in the specified DB2String structure.  
    Top
    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
    Public Operators
    Concatenates two DB2String structures.
    Determines whether two DB2String values are equal.
    Converts the DB2String object to a System.String.
    Compares two DB2String structures to determine if the first is greater than the second.
    Compares two DB2String structures to determine if the first is greater than or equal to the second.
    Converts the specified System.String to a DB2String.
    Determines whether two DB2String values are not equal.
    Compares two DB2String structures to determine if the first is less than the second.
    Compares two DB2String structures to determine if the first is less than or equal to the second.
    Top
    See Also