Sdílet prostřednictvím


EdmFunctions.Concat(DbExpression, DbExpression) Metoda

Definice

Vytvoří objekt DbFunctionExpression , který vyvolá kanonické funkce Concat se zadanými argumenty, z nichž každý musí mít typ výsledku řetězce. Typ výsledku výrazu je řetězec.

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

Výraz, který určuje řetězec, který by se měl zobrazit jako první ve zřetězení výsledného řetězce.

string2
DbExpression

Výraz, který určuje řetězec, který by se měl zobrazit jako druhý ve zřetězení výsledného řetězce.

Návraty

Nový DbFunctionExpression, který vytvoří zřetězený řetězec.

Výjimky

string1 nebo string2 je null.

string1 nebo string2 je neplatný.

Platí pro