SqlString.Concat(SqlString, SqlString) Méthode

Définition

Concatène les deux structures spécifiées SqlString .

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

Paramètres

Retours

Qui SqlString contient la valeur nouvellement concaténée représentant le contenu des deux SqlString paramètres.

S’applique à

Voir aussi