14.7.4.1 Concat
This static method concatenates two OracleString instances and returns a new OracleString instance that represents the result.
                  
Declaration
// C# public static OracleString Concat(OracleString str1, OracleString str2);
Parameters
- 
                        
str1The first
OracleString. - 
                        
str2The second
OracleString. 
Return Value
An OracleString.
Remarks
If either argument has a null value, the returned OracleString structure has a null value.