dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlBinaryString Structure / Addition Operator
The first string to concatenate.
The second string to concatenate.

In This Topic
Addition Operator
In This Topic
Concats two specified MySqlBinaryString instances and returns the result of the operation.
Syntax
'Declaration
 
Public Operator +( _
   ByVal x As MySqlBinaryString, _
   ByVal y As MySqlBinaryString _
) As MySqlBinaryString
 

Parameters

x
The first string to concatenate.
y
The second string to concatenate.

Return Value

The two strings concatenated.
Remarks
The two MySqlBinaryString objects must have same encoding.
See Also