Sdílet prostřednictvím


DbExpressionBuilder.Except(DbExpression, DbExpression) Metoda

Definice

Vytvoří nový DbExceptExpression , který vypočítá odečtení argumentu pravé sady od argumentu levé sady.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbExceptExpression ^ Except(System::Data::Common::CommandTrees::DbExpression ^ left, System::Data::Common::CommandTrees::DbExpression ^ right);
public static System.Data.Common.CommandTrees.DbExceptExpression Except (this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right);
static member Except : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbExceptExpression
<Extension()>
Public Function Except (left As DbExpression, right As DbExpression) As DbExceptExpression

Parametry

left
DbExpression

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

right
DbExpression

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

Návraty

Nový DbExceptExpression, který představuje rozdíl levého argumentu od pravého argumentu.

Výjimky

left nebo right má hodnotu null.

Mezi left a rightneexistuje žádný společný typ výsledku kolekce.

Platí pro