Sdílet prostřednictvím


DbExpressionBuilder.Not(DbExpression) Metoda

Definice

Vytvoří , DbNotExpression který provádí logickou negaci daného argumentu.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbNotExpression ^ Not(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbNotExpression Not (this System.Data.Common.CommandTrees.DbExpression argument);
static member Not : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbNotExpression
<Extension()>
Public Function Not (argument As DbExpression) As DbNotExpression

Parametry

argument
DbExpression

Logický výraz, který určuje argument.

Návraty

Nový DbNotExpression se zadaným argumentem.

Výjimky

argument má hodnotu null.

argument nemá logický typ výsledku.

Platí pro