SqlString.Concat(SqlString, SqlString) Metodo

Definizione

Concatena le due strutture SqlString specificate.

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

Parametri

x
SqlString

Oggetto SqlString.

y
SqlString

Oggetto SqlString.

Restituisce

Oggetto SqlString contenente il nuovo valore concatenato che rappresenta i contenuti dei due parametri SqlString.

Si applica a

Vedi anche