OracleBinary::Addition Operator (OracleBinary, OracleBinary)
.NET Framework (current version)
Concatenates the two OracleBinary parameters to create a new OracleBinary structure.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- x
-
Type:
System.Data.OracleClient::OracleBinary
An OracleBinary object.
- y
-
Type:
System.Data.OracleClient::OracleBinary
An OracleBinary object.
Return Value
Type: System.Data.OracleClient::OracleBinaryThe concatenated values of the x and y parameters.
x will appear first in the resulting OracleBinary, followed by y.
[Visual Basic]
In Visual Basic, you can use the operators defined by a class, but you cannot override them or create your own.
.NET Framework
Available since 1.1
Available since 1.1
Show: