SqlString.Concat(SqlString, SqlString) Método

Definición

Concatena las dos estructuras SqlString especificadas.

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

Parámetros

x
SqlString

Objeto SqlString.

y
SqlString

Objeto SqlString.

Devoluciones

Un objeto SqlString que contiene el valor recién concatenado que representa el contenido de los dos parámetros SqlString.

Se aplica a

Consulte también