OracleBinary Structure
Represents a variable-length stream of binary data to be stored in or retrieved from a database.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
| Name | Description | |
|---|---|---|
![]() | OracleBinary(array<Byte>^) | Initializes a new instance of the OracleBinary structure, setting the Value property to the contents of the supplied byte array. |
| Name | Description | |
|---|---|---|
![]() | IsNull | Gets a value indicating whether the Value property of the OracleBinary structure is null. |
![]() | Item[Int32] | Gets the single byte from the Value property located at the position indicated by the integer parameter, index. If index indicates a position beyond the end of the byte array, an exception is raised. |
![]() | Length | Gets the length in bytes of the Value property. This property is read-only. |
![]() | Value | Gets the value of the OracleBinary structure. This property is read-only. |
| Name | Description | |
|---|---|---|
![]() | CompareTo(Object^) | Compares this OracleBinary object to the supplied object and returns an indication of their relative values. |
![]() ![]() | Concat(OracleBinary, OracleBinary) | Concatenates two OracleBinary structures to create a new OracleBinary structure. |
![]() | Equals(Object^) | Compares the supplied object parameter to the Value property of the OracleBinary object.(Overrides ValueType::Equals(Object^).) |
![]() ![]() | Equals(OracleBinary, OracleBinary) | Compares two OracleBinary structures to determine if they are equal. |
![]() | GetHashCode() | Returns the hash code for this OracleBinary structure.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() ![]() | GreaterThan(OracleBinary, OracleBinary) | Compares two OracleBinary structures to determine if the first is greater than the second. |
![]() ![]() | GreaterThanOrEqual(OracleBinary, OracleBinary) | Compares two OracleBinary structures to determine if the first is greater than or equal to the second. |
![]() ![]() | LessThan(OracleBinary, OracleBinary) | Compares two OracleBinary structures to determine if the first is less than the second. |
![]() ![]() | LessThanOrEqual(OracleBinary, OracleBinary) | Compares two OracleBinary structures to determine if the first is less than or equal to the second. |
![]() ![]() | NotEquals(OracleBinary, OracleBinary) | Compares two OracleBinary structures to determine if they are not equal. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Addition(OracleBinary, OracleBinary) | Concatenates the two OracleBinary parameters to create a new OracleBinary structure. |
![]() ![]() | Equality(OracleBinary, OracleBinary) | Compares two OracleBinary structures to determine if they are equal. |
![]() ![]() | Explicit(OracleBinary to array<Byte>^) | Gets the contents of the Value property of the OracleBinary parameter as an array of bytes. |
![]() ![]() | GreaterThan(OracleBinary, OracleBinary) | Compares two OracleBinary structures to determine if the first is greater than the second. |
![]() ![]() | GreaterThanOrEqual(OracleBinary, OracleBinary) | Compares two OracleBinary structures to determine if the first is greater than or equal to the second. |
![]() ![]() | Implicit(array<Byte>^ to OracleBinary) | Converts an array of bytes to an OracleBinary structure. |
![]() ![]() | Inequality(OracleBinary, OracleBinary) | Compares two OracleBinary structures to determine if they are equal. |
![]() ![]() | LessThan(OracleBinary, OracleBinary) | Compares two OracleBinary structures to determine if the first is less than the second. |
![]() ![]() | LessThanOrEqual(OracleBinary, OracleBinary) | Compares two OracleBinary structures to determine if the first is less than or equal to the second. |
To obtain an OracleBinary object, call the GetOracleBinary method.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




