IsNullConditionMapping Constructor (EdmProperty, Boolean)
Creates an IsNullConditionMapping instance.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- propertyOrColumn
-
Type:
System.Data.Entity.Core.Metadata.Edm.EdmProperty
An EdmProperty that specifies a property or column.
- isNull
-
Type:
System.Boolean
A boolean that indicates whether to perform a null or a not-null check.