OracleBinary Members
.NET Framework 1.1
Public Constructors
OracleBinary Constructor | Initializes a new instance of the OracleBinary structure, setting the Value property to the contents of the supplied byte array. |
Public Fields
![]() Null | Represents a null value that can be assigned to the Value property of an OracleBinary structure. |
Public Properties
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.
In C#, this property is the indexer for the OracleBinary class. |
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. |
Public Methods
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 (inherited from Object) | Gets the Type of the current instance. |
![]() 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. |
ToString (inherited from ValueType) | Overridden. Returns the fully qualified type name of this instance. |
Public Operators and Type Conversions
![]() Addition Operator | Concatenates the two OracleBinary parameters to create a new OracleBinary structure. |
![]() Equality Operator | Compares two OracleBinary structures to determine if they are equal. |
![]() Greater Than Operator | Compares two OracleBinary structures to determine if the first is greater than the second. |
![]() Greater Than Or Equal Operator | Compares two OracleBinary structures to determine if the first is greater than or equal to the second. |
![]() Inequality Operator | Compares two OracleBinary structures to determine if they are equal. |
![]() Less Than Operator | Compares two OracleBinary structures to determine if the first is less than the second. |
![]() Less Than Or Equal Operator | Compares two OracleBinary structures to determine if the first is less than or equal to the second. |
![]() OracleBinary to Byte[] Conversion | Gets the contents of the Value property of the OracleBinary parameter as an array of bytes. |
![]() Byte[] to OracleBinary Conversion | Converts an array of bytes to an OracleBinary structure. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |


