Udostępnij za pośrednictwem


DbExpressionBuilder.Intersect(DbExpression, DbExpression) Metoda

Definicja

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.

Dotyczy