Udostępnij za pośrednictwem


EdmFunctions.Concat(DbExpression, DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje funkcję kanoniczną "Concat" z określonymi argumentami, które muszą mieć typ wyniku ciągu. Typ wyniku wyrażenia to ciąg.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ Concat(System::Data::Common::CommandTrees::DbExpression ^ string1, System::Data::Common::CommandTrees::DbExpression ^ string2);
public static System.Data.Common.CommandTrees.DbFunctionExpression Concat (this System.Data.Common.CommandTrees.DbExpression string1, System.Data.Common.CommandTrees.DbExpression string2);
static member Concat : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Concat (string1 As DbExpression, string2 As DbExpression) As DbFunctionExpression

Parametry

string1
DbExpression

Wyrażenie określające ciąg, który powinien pojawić się jako pierwszy w połączonym ciągu wynikowym.

string2
DbExpression

Wyrażenie określające ciąg, który powinien pojawić się na drugim miejscu w połączonym ciągu wynikowym.

Zwraca

Nowa funkcja DbFunctionExpression, która tworzy połączony ciąg.

Wyjątki

string1 lub string2 ma wartość null.

string1 lub string2 jest nieprawidłowy.

Dotyczy