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
    public static MySqlBinaryString Concat( 
       MySqlBinaryString x,
       MySqlBinaryString y
    )

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also