SqlString.Add(SqlString, SqlString) Metoda

Definicja

Łączy dwie określone SqlString wartości, aby utworzyć nową SqlString strukturę.

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

Parametry

x
SqlString

Element SqlString.

y
SqlString

Element SqlString.

Zwraca

Wartość SqlString , która jest połączoną wartością x i y.

Uwagi

x pojawi się najpierw w wynikowym SqlStringelemecie , po którym następuje y.

Dotyczy

Zobacz też