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 static System.Data.Entity.Core.Common.CommandTrees.DbUnionAllExpression UnionAll(this System.Data.Entity.Core.Common.CommandTrees.DbExpression left, System.Data.Entity.Core.Common.CommandTrees.DbExpression right);
static member UnionAll : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.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, že sjednocení, včetně duplicit, levé a pravé argumenty.

Výjimky

vlevo nebo vpravo má hodnotu null.

Mezi vlevo a vpravo neexistuje žádný běžný typ výsledku kolekce s typem elementu srovnatelným s rovností.

Platí pro