DbExpressionBuilder.IsNull(DbExpression) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new DbIsNullExpression that determines whether the specified argument is null.
public static System.Data.Entity.Core.Common.CommandTrees.DbIsNullExpression IsNull (this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member IsNull : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbIsNullExpression
<Extension()>
Public Function IsNull (argument As DbExpression) As DbIsNullExpression
Parameters
- argument
- DbExpression
An expression that specifies the argument.
Returns
A new DbIsNullExpression with the specified argument.
Exceptions
argument is null.
argument has a collection result type.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework