IsNullConditionMapping Class
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.
Specifies a mapping condition evaluated by checking whether the value of the a property/column is null or not null.
public class IsNullConditionMapping : System.Data.Entity.Core.Mapping.ConditionPropertyMapping
type IsNullConditionMapping = class
inherit ConditionPropertyMapping
Public Class IsNullConditionMapping
Inherits ConditionPropertyMapping
- Inheritance
Constructors
IsNullConditionMapping(EdmProperty, Boolean) |
Creates an IsNullConditionMapping instance. |
Properties
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) |
Applies to
Entity Framework