DbExpressionBuilder.IsNull(DbExpression) Méthode

Définition

Crée une DbIsNullExpression qui détermine si l'argument spécifié est.

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ètres

argument
DbExpression

Expression qui spécifie l'argument.

Retours

Nouvelle DbIsNullExpression de l'argument spécifié.

Exceptions

argument a la valeur null.

argument a un type de résultat collection.

S’applique à