SqlBinary::Addition Operator (SqlBinary, SqlBinary)

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

Concatenates the two SqlBinary parameters to create a new SqlBinary structure.

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

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

Return Value

Type: System.Data.SqlTypes::SqlBinary

The concatenated values of the x and y parameters.

x will appear first in the resulting SqlBinary, followed by y.

.NET Framework
Available since 1.1
Return to top
Show: