DbExpressionBuilder.UnionAll(DbExpression, DbExpression) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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 right
neexistuje žádný společný typ výsledku kolekce s typem elementu srovnatelným s rovnostíleft
.