Udostępnij za pośrednictwem


DbExpressionBuilder.UnionAll(DbExpression, DbExpression) Metoda

Definicja

Tworzy nowy DbUnionAllExpression , który oblicza związek argumentów po lewej i prawej stronie i nie usuwa duplikatów.

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

Wyrażenie definiujące argument zestawu po lewej stronie.

right
DbExpression

Wyrażenie definiujące właściwy argument zestawu.

Zwraca

Nowa baza danych DbUnionAllExpression, która składa się, w tym duplikaty, argumentów po lewej i prawej stronie.

Wyjątki

left lub right ma wartość null.

Nie istnieje typ wspólnego wyniku kolekcji z typem elementu porównywalnego z równością między left i right.

Dotyczy