| Devart.Data.Oracle Namespace : OracleBinary Structure |
OracleBinary Constructor | Initializes a new instance of the OracleBinary structure, setting the Value property to the provided array of bytes. |
![]() Null | Represents a null value that can be assigned to the Value property of an OracleBinary structure. |
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. |
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. Overridden. Compares two OracleBinary structures to determine if they are equal. |
GetHashCode | Overridden. 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 |
ToString | Overridden. Converts the specified OracleBinary structure to a |
![]() TryParse |
Addition | Concatenates two OracleBinary values. |
Equality | Compares two OracleBinary structures to determine if they are equal. |
Explicit Type Conversion | |
Greater Than | Compares two OracleBinary structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares two OracleBinary structures to determine if the first is greater than or equal to the second. |
Implicit Type Conversion | Converts a byte array to an OracleBinary structure. |
Inequality | Compares two OracleBinary structures to determine if they are not equal. |
Less Than | Compares two OracleBinary structures to determine if the first is less than the second. |
Less Than or Equal | Compares two OracleBinary structures to determine if the first is less than or equal to the second. |
OracleBinary Structure | Devart.Data.Oracle Namespace
© 2002 - 2013 Devart. All Rights Reserved.