DbExpressionBuilder.IsNull(DbExpression) Metodo

Definizione

Crea un nuovo DbIsNullExpression oggetto 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 .

Valori restituiti

Nuovo DbIsNullExpression con l'argomento specificato.

Eccezioni

argument è null.

argument ha un tipo di risultato della raccolta.

Si applica a