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

In This Topic
Concat Method
In This Topic
Concats two specified MySqlBinaryString instances and returns the result of the operation.
Syntax
'Declaration
 
Public Shared Function Concat( _
   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