DbExpressionBuilder.IsNull(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 újat DbIsNullExpression , amely meghatározza, hogy a megadott argumentum null értékű-e.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbIsNullExpression ^ IsNull(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbIsNullExpression IsNull(this System.Data.Common.CommandTrees.DbExpression argument);
static member IsNull : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbIsNullExpression
<Extension()>
Public Function IsNull (argument As DbExpression) As DbIsNullExpression
Paraméterek
- argument
- DbExpression
Az argumentumot meghatározó kifejezés.
Válaszok
Új DbIsNullExpression a megadott argumentummal.
Kivételek
argument null értékű.
argument gyűjteményeredmény-típussal rendelkezik.