DbExpressionBuilder.IsNull(DbExpression) Método

Definición

Crea una nueva expresión DbIsNullExpression que determina si el argumento especificado es 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

Parámetros

argument
DbExpression

Una expresión que especifica el argumento.

Devoluciones

Nuevo DbIsNullExpression con el argumento especificado.

Excepciones

argument es null.

argument tiene un tipo de resultado de la colección.

Se aplica a