SqlString::Addition Operator (SqlString, SqlString)
.NET Framework (current version)
Concatenates the two specified SqlString structures.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlString
A SqlString.
- y
-
Type:
System.Data.SqlTypes::SqlString
A SqlString.
Return Value
Type: System.Data.SqlTypes::SqlStringA SqlString that contains the newly concatenated value representing the contents of the two SqlString parameters.
.NET Framework
Available since 1.1
Available since 1.1
Show: