SqlString.Concat(SqlString, SqlString) Metoda

Definicja

Łączy dwie określone SqlString struktury.

public:
 static System::Data::SqlTypes::SqlString Concat(System::Data::SqlTypes::SqlString x, System::Data::SqlTypes::SqlString y);
public static System.Data.SqlTypes.SqlString Concat (System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y);
static member Concat : System.Data.SqlTypes.SqlString * System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlString
Public Shared Function Concat (x As SqlString, y As SqlString) As SqlString

Parametry

x
SqlString

Klasa SqlString.

y
SqlString

Klasa SqlString.

Zwraca

Element SqlString zawierający nowo połączoną wartość reprezentującą zawartość dwóch SqlString parametrów.

Dotyczy

Zobacz też