SqlString.Add(SqlString, SqlString) Método

Definición

Concatena dos valores especificados SqlString para crear una nueva SqlString estructura.

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

Parámetros

x
SqlString

Un objeto SqlString.

y
SqlString

Un objeto SqlString.

Devoluciones

que SqlString es el valor concatenado de x y y.

Comentarios

x aparecerá primero en el resultado SqlString, seguido de y.

Se aplica a

Consulte también