operator +
This static operator concatenates two OracleString values.
                  
Declaration
// C# public static OracleString operator + (OracleString value1, OracleString value2);
Parameters
- 
                        value1The first OracleString.
- 
                        value2The second OracleString.
Return Value
An OracleString.
Remarks
If either argument has a null value, the returned OracleString structure has a null value.