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 static System.Data.Entity.Core.Common.CommandTrees.DbIntersectExpression Intersect (this System.Data.Entity.Core.Common.CommandTrees.DbExpression left, System.Data.Entity.Core.Common.CommandTrees.DbExpression right);
static member Intersect : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.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

lewy lub prawy ma wartość null.

Między lewym lub prawym przyciskiem nie istnieje żaden typowy typ wyniku kolekcji.

Dotyczy