This documentation is archived and is not being maintained.
OracleBinary Structure
Visual Studio 2010
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)
The OracleBinary type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | OracleBinary | 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 | 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 | Compares this OracleBinary object to the supplied object and returns an indication of their relative values. |
![]() ![]() | Concat | 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. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this OracleBinary structure. (Overrides ValueType::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GreaterThan | Compares two OracleBinary structures to determine if the first is greater than the second. |
![]() ![]() | GreaterThanOrEqual | Compares two OracleBinary structures to determine if the first is greater than or equal to the second. |
![]() ![]() | LessThan | Compares two OracleBinary structures to determine if the first is less than the second. |
![]() ![]() | LessThanOrEqual | Compares two OracleBinary structures to determine if the first is less than or equal to the second. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | NotEquals | 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 | Concatenates the two OracleBinary parameters to create a new OracleBinary structure. |
![]() ![]() | Equality | 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 | Compares two OracleBinary structures to determine if the first is greater than the second. |
![]() ![]() | GreaterThanOrEqual | 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 | Compares two OracleBinary structures to determine if they are equal. |
![]() ![]() | LessThan | Compares two OracleBinary structures to determine if the first is less than the second. |
![]() ![]() | LessThanOrEqual | 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
