SqlBinary::Concat Method (SqlBinary, SqlBinary)

 

Concatenates two SqlBinary structures to create a new SqlBinary structure.

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

public:
static SqlBinary Concat(
	SqlBinary x,
	SqlBinary y
)

Parameters

x
Type: System.Data.SqlTypes::SqlBinary

A SqlBinary structure.

y
Type: System.Data.SqlTypes::SqlBinary

A SqlBinary structure.

Return Value

Type: System.Data.SqlTypes::SqlBinary

The concatenated values of the x and y parameters.

.NET Framework
Available since 1.1
Return to top
Show: