Sdílet prostřednictvím


DbExpressionBuilder.Intersect(DbExpression, DbExpression) Metoda

Definice

Vytvoří nový DbIntersectExpression , který vypočítá průnik argumentů sady vlevo a vpravo.

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

Výraz, který definuje argument levé sady.

right
DbExpression

Výraz, který definuje argument správné sady.

Návraty

Nový DbIntersectExpression, který představuje průnik levého a pravého argumentu.

Výjimky

left nebo right je null.

Mezi left nebo rightneexistuje žádný běžný typ výsledku kolekce.

Platí pro