3 references to IsNotNull
System.Data.Entity (3)
System\Data\Mapping\FunctionImportMapping.cs (2)
662get { return IsNull ? ValueCondition.IsNull : ValueCondition.IsNotNull; } 701internal bool IsNotNullCondition { get { return object.ReferenceEquals(this, IsNotNull); } }
System\Data\Mapping\StorageMappingItemLoader.cs (1)
2385Debug.Assert(condition.ConditionValue == ValueCondition.IsNotNull, "Only IsNull or IsNotNull condition values are expected.");