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