6 overrides of HasNotNull
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\Structures\Constant.cs (3)
155internal override bool HasNotNull() 223internal override bool HasNotNull() 294internal override bool HasNotNull()
System\Data\Mapping\ViewGeneration\Structures\NegatedConstant.cs (1)
86internal override bool HasNotNull()
System\Data\Mapping\ViewGeneration\Structures\ScalarConstant.cs (1)
68internal override bool HasNotNull()
System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs (1)
73internal override bool HasNotNull()
2 references to HasNotNull
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryProcessor.cs (1)
126&& !(conditionValues.AllPossibleValues.Any(it => it.HasNotNull()))) //Don't add member to the projected list if the condition involves a
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
361if (domainValue.HasNotNull())