dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlString Structure / Addition Operator

In This Topic
    Addition Operator (SqlString)
    In This Topic
    Syntax
    'Declaration
     
    Public Operator +( _
       ByVal x As SqlString, _
       ByVal y As SqlString _
    ) As SqlString
    public SqlString operator +( 
       SqlString x,
       SqlString y
    )

    Parameters

    x
    y
    See Also