IsNullConditionMapping Class

 

Specifies a mapping condition evaluated by checking whether the value of the a property/column is null or not null.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)


public class IsNullConditionMapping : ConditionPropertyMapping

NameDescription
System_CAPS_pubmethodIsNullConditionMapping(EdmProperty, Boolean)

Creates an IsNullConditionMapping instance.

NameDescription
System_CAPS_pubpropertyColumn

Gets an EdmProperty that specifies the mapped column.(Inherited from ConditionPropertyMapping.)

System_CAPS_pubpropertyIsNull

Gets a bool that specifies whether the condition is evaluated by performing a null check or a not-null check.

System_CAPS_pubpropertyProperty

Gets an EdmProperty that specifies the mapped property.(Inherited from ConditionPropertyMapping.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.