IsNullConditionMapping.IsNull Property

 

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

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

public bool IsNull { get; }

Property Value

Type: System.Boolean