DbExpressionBuilder.Not(DbExpression) Metoda

Definice

Vytvoří logickou DbNotExpression 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 je null.

argument nemá typ logického výsledku.

Platí pro