Compartilhar via


DbExpressionBuilder.IsNull(DbExpression) Método

Definição

Cria uma nova DbIsNullExpression que determina se o argumento especificado é nulo.

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

Parâmetros

argument
DbExpression

Uma expressão que especifica o argumento.

Retornos

Uma nova DbIsNullExpression com o argumento especificado.

Exceções

argument é nulo.

argument tem um tipo de resultado de coleção.

Aplica-se a