DbExpressionBuilder.Not(DbExpression) Metódus

Definíció

Létrehoz egy olyant DbNotExpression , amely végrehajtja az adott argumentum logikai tagadását.

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

Paraméterek

argument
DbExpression

Az argumentumot meghatározó logikai kifejezés.

Válaszok

Új DbNotExpression a megadott argumentummal.

Kivételek

argument null értékű.

argument logikai eredménytípussal nem rendelkezik.

A következőre érvényes: