DbExpressionBuilder.Not(DbExpression) Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
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.