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