Name | Description | |
---|---|---|
![]() | OracleBinary Constructor | Initializes a new instance of the OracleBinary structure, setting the Value property to the provided array of bytes. |
The following tables list the members exposed by OracleBinary.
Name | Description | |
---|---|---|
![]() | OracleBinary Constructor | Initializes a new instance of the OracleBinary 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 OracleBinary structure. |
Name | Description | |
---|---|---|
![]() | IsNull | Gets a value indicating whether the Value property of the OracleBinary is Null. |
![]() | Item | Gets the single byte in an OracleBinary at the specified index. |
![]() | Length | Gets the length of the binary data. |
![]() | Value | Gets the value of the OracleBinary structure. |
Name | Description | |
---|---|---|
![]() | CompareTo | Compares the current OracleBinary object to the specified object and returns an integer that represents their relative values. |
![]() ![]() | Concat | Concatenates two OracleBinary structures. |
![]() | Equals | Overloaded. Compares two OracleBinary structures to determine if they are equal. |
![]() | GetHashCode | Returns a hash code for the OracleBinary structure. |
![]() ![]() | GreaterThan | Determines whether the first of two OracleBinary values is greater than the second. |
![]() ![]() | GreaterThanOrEqual | Determines whether the first of two OracleBinary values is greater than or equal to the second. |
![]() ![]() | LessThan | Determines whether the first of two OracleBinary values is less than the second. |
![]() ![]() | LessThanOrEqual | Determines whether the first of two OracleBinary values is less than or equal to the second. |
![]() ![]() | NotEquals | Determines whether two OracleBinary values are not equal. |
![]() ![]() | Parse | Converts the specified System.String to its OracleBinary equivalent. |
![]() | ToString | Converts the specified OracleBinary structure to a System.String. |
![]() ![]() | TryParse | Converts the hexadecimal representation representation of a binary data to OracleBinary. |
![]() | Concatenates two OracleBinary values. |
![]() | Compares two OracleBinary structures to determine if they are equal. |
![]() | |
![]() | Compares two OracleBinary structures to determine if the first is greater than the second. |
![]() | Compares two OracleBinary structures to determine if the first is greater than or equal to the second. |
![]() | Converts a byte array to an OracleBinary structure. |
![]() | Compares two OracleBinary structures to determine if they are not equal. |
![]() | Compares two OracleBinary structures to determine if the first is less than the second. |
![]() | Compares two OracleBinary structures to determine if the first is less than or equal to the second. |