Sdílet prostřednictvím


DbExpressionBuilder.Union(DbExpression, DbExpression) Metoda

Definice

Vytvoří nový DbExpression , který vypočítá sjednocení argumentů levé a pravé sady s odebranými duplicitními položkami.

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

Parametry

left
DbExpression

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

right
DbExpression

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

Návraty

Nový DbExpression, který vypočítá sjednocení, bez duplicit, levé a pravé argumenty.

Výjimky

left nebo right má hodnotu null.

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

Platí pro