SqlString::Addition Operator (SqlString, SqlString)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlString.Concat(System.Data.SqlTypes.SqlString,System.Data.SqlTypes.SqlString)

Concatenates the two specified SqlString structures.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static SqlString operator +(
	SqlString x,
	SqlString y
)

Return Value

Type: System.Data.SqlTypes::SqlString

A SqlString that contains the newly concatenated value representing the contents of the two SqlString parameters.

.NET Framework
Available since 1.1
Return to top
Show: