DbExpressionBuilder.Null Method (TypeUsage)
Creates a new DbNullExpression, which represents a typed null value.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- nullType
-
Type:
System.Data.Entity.Core.Metadata.Edm.TypeUsage
The type of the null value.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbNullExpressionAn instance of DbNullExpression.
Exception | Condition |
---|---|
ArgumentNullException | nullType is null. |