OracleBinary Members
.NET Framework 2.0
Represents a variable-length stream of binary data to be stored in or retrieved from a database.
The following tables list the members exposed by the OracleBinary type.
| 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 | |
|---|---|---|
| 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 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. |
(see also
Protected Methods
)
Top
| 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 | Overloaded. Overridden. Compares two OracleBinary structures to determine if they are equal. |
| GetHashCode | Overridden. Returns the hash code for this OracleBinary structure. |
| 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. |
| NotEquals | Compares two OracleBinary structures to determine if they are not equal. |
| op_Addition | Concatenates the two OracleBinary parameters to create a new OracleBinary structure. |
| op_Equality | Compares two OracleBinary structures to determine if they are equal. |
| op_Explicit | Gets the contents of the Value property of the OracleBinary parameter as an array of bytes. |
| op_GreaterThan | Compares two OracleBinary structures to determine if the first is greater than the second. |
| op_GreaterThanOrEqual | Compares two OracleBinary structures to determine if the first is greater than or equal to the second. |
| op_Implicit | Converts an array of bytes to an OracleBinary structure. |
| op_Inequality | Compares two OracleBinary structures to determine if they are equal. |
| op_LessThan | Compares two OracleBinary structures to determine if the first is less than the second. |
| op_LessThanOrEqual | Compares two OracleBinary structures to determine if the first is less than or equal to the second. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |