| Name | Description | |
|---|---|---|
|  | DB2String Constructor | Initializes a new instance of the DB2String structure, setting the Value property to the specified string. | 
The following tables list the members exposed by DB2String.
| Name | Description | |
|---|---|---|
|  | DB2String Constructor | Initializes a new instance of the DB2String structure, setting the Value property to the specified string. | 
| Name | Description | |
|---|---|---|
|  | IsNull | Gets a value indicating whether the Value property of the DB2String is Null. | 
|  | Value | Gets the string that is stored in the specified DB2String structure. | 
| Name | Description | |
|---|---|---|
|   | Add | Concatenates two DB2String. | 
|  | CompareTo | Overloaded. Compares the current DB2String object to the specified object and returns an integer that represents their relative values. | 
|   | Concat | Concatenates two DB2String structures. | 
|   | Equals | Overloaded. Compares two DB2String structures to determine if they are equal. | 
|  | GetHashCode | Returns a hash code for the DB2String structure. | 
|   | GreaterThan | Determines whether the first of two DB2String values is greater than the second. | 
|   | GreaterThanOrEqual | Determines whether the first of two DB2String values is greater than or equal to the second. | 
|   | LessThan | Determines whether the first of two DB2String values is less than the second. | 
|   | LessThanOrEqual | Determines whether the first of two DB2String values is less than or equal to the second. | 
|   | NotEquals | Determines whether two DB2String values are not equal. | 
|  | ToString | Converts the current DB2String object to a System.String. | 
|  Addition | Concatenates two DB2String structures. | 
|  Equality | Determines whether two DB2String values are equal. | 
|  Explicit Type Conversion | Converts the DB2String object to a System.String. | 
|  Greater Than | Compares two DB2String structures to determine if the first is greater than the second. | 
|  Greater Than or Equal | Compares two DB2String structures to determine if the first is greater than or equal to the second. | 
|  Implicit Type Conversion | Converts the specified System.String to a DB2String. | 
|  Inequality | Determines whether two DB2String values are not equal. | 
|  Less Than | Compares two DB2String structures to determine if the first is less than the second. | 
|  Less Than or Equal | Compares two DB2String structures to determine if the first is less than or equal to the second. |