DbExpressionBuilder.Intersect(DbExpression, DbExpression) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy nowy DbIntersectExpression , który oblicza przecięcie argumentów po lewej i prawej stronie.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbIntersectExpression ^ Intersect(System::Data::Common::CommandTrees::DbExpression ^ left, System::Data::Common::CommandTrees::DbExpression ^ right);
public static System.Data.Common.CommandTrees.DbIntersectExpression Intersect (this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right);
static member Intersect : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbIntersectExpression
<Extension()>
Public Function Intersect (left As DbExpression, right As DbExpression) As DbIntersectExpression
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 funkcja DbIntersectExpression, która reprezentuje przecięcie argumentów po lewej i prawej stronie.
Wyjątki
left
lub right
ma wartość null.
Nie istnieje typ wspólnego wyniku kolekcji między left
lub right
.