Name | Description | |
---|---|---|
OracleString Constructor | Overloaded. Initializes a new instance of the OracleString structure. |
The following tables list the members exposed by OracleString.
Name | Description | |
---|---|---|
OracleString Constructor | Overloaded. Initializes a new instance of the OracleString structure. |
Name | Description | |
---|---|---|
Empty | Represents an empty string that can be assigned to the Value property of an OracleString structure. | |
Null | Represents a null value that can be assigned to an OracleString structure. |
Name | Description | |
---|---|---|
IsCaseIgnored | Specifies whether case shoud be ignored in comparison. Default value is false. | |
IsNull | Gets a value indicating whether the Value property of the OracleString is Null. | |
Item | Gets the character at the specified index. | |
Length | Gets the length of the string that is stored in the specified OracleString structure. | |
Value | Gets the string that is stored in the specified OracleString structure. |
Name | Description | |
---|---|---|
Clone | Creates a copy of the current OracleString instance. | |
CompareTo | Overloaded. Compares the current OracleString object to another one. | |
Concat | Concatenates two OracleString structures. | |
Equals | Overloaded. Compares two OracleString structures to determine if they are equal. | |
GetHashCode | Returns a hash code for the OracleString structure. | |
GetNonUnicodeBytes | Retuns the OracleString contents as an array of bytes in the client encoding. | |
GetUnicodeBytes | Retuns the OracleString contents as an array of bytes in the client encoding. | |
GreaterThan | Determines whether the first of two OracleString values is greater than the second. | |
GreaterThanOrEqual | Determines whether the first of two OracleString values is greater than or equal to the second. | |
LessThan | Determines whether the first of two OracleString values is less than the second. | |
LessThanOrEqual | Determines whether the first of two OracleString values is less than or equal to the second. | |
NotEquals | Determines whether two OracleString values are not equal. | |
ToString | Converts the current OracleString object to a System.String. |
Addition | Concatenates two OracleString structures. |
Equality | Determines whether two OracleString values are equal. |
Explicit Type Conversion | Converts the OracleString object to a System.String. |
Greater Than | Compares two OracleString structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares two OracleString structures to determine if the first is greater than or equal to the second. |
Implicit Type Conversion | Converts the specified System.String to an OracleString. |
Inequality | Determines whether two OracleString values are not equal. |
Less Than | Compares two OracleString structures to determine if the first is less than the second. |
Less Than or Equal | Compares two OracleString structures to determine if the first is less than or equal to the second. |