IsNullConditionMapping Class
Specifies a mapping condition evaluated by checking whether the value of the a property/column is null or not null.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.PropertyMapping
System.Data.Entity.Core.Mapping.ConditionPropertyMapping
System.Data.Entity.Core.Mapping.IsNullConditionMapping
Name | Description | |
---|---|---|
![]() | IsNullConditionMapping(EdmProperty, Boolean) | Creates an IsNullConditionMapping instance. |
Name | Description | |
---|---|---|
![]() | Column | Gets an EdmProperty that specifies the mapped column.(Inherited from ConditionPropertyMapping.) |
![]() | IsNull | Gets a bool that specifies whether the condition is evaluated by performing a null check or a not-null check. |
![]() | Property | Gets an EdmProperty that specifies the mapped property.(Inherited from ConditionPropertyMapping.) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.