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