DbExpressionBuilder.IsNull(DbExpression) Metodo

Definizione

Crea un nuovo oggetto DbIsNullExpression che determina se l'argomento specificato è null.

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

Parametri

argument
DbExpression

Espressione che specifica l'argomento.

Restituisce

Nuovo DbIsNullExpression con l'argomento specificato.

Eccezioni

argument è null.

argument dispone di un tipo di risultati della raccolta.

Si applica a