Sdílet prostřednictvím


DbExpressionBuilder.UnionAll(DbExpression, DbExpression) Metoda

Definice

Vytvoří nový DbUnionAllExpression , který vypočítá sjednocení argumentů levé a pravé sady a neodebere duplicity.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbUnionAllExpression ^ UnionAll(System::Data::Common::CommandTrees::DbExpression ^ left, System::Data::Common::CommandTrees::DbExpression ^ right);
public static System.Data.Common.CommandTrees.DbUnionAllExpression UnionAll (this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right);
static member UnionAll : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbUnionAllExpression
<Extension()>
Public Function UnionAll (left As DbExpression, right As DbExpression) As DbUnionAllExpression

Parametry

left
DbExpression

Výraz, který definuje argument levé sady.

right
DbExpression

Výraz, který definuje argument správné sady.

Návraty

Nový DbUnionAllExpression, který sjednocuje, včetně duplicit, levého a pravého argumentu.

Výjimky

left nebo right je null.

Mezi a rightneexistuje žádný společný typ výsledku kolekce s typem elementu srovnatelným s rovnostíleft.

Platí pro