6 overrides of HasNotNull
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\Structures\Constant.cs (3)
155
internal override bool
HasNotNull
()
223
internal override bool
HasNotNull
()
294
internal override bool
HasNotNull
()
System\Data\Mapping\ViewGeneration\Structures\NegatedConstant.cs (1)
86
internal override bool
HasNotNull
()
System\Data\Mapping\ViewGeneration\Structures\ScalarConstant.cs (1)
68
internal override bool
HasNotNull
()
System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs (1)
73
internal 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)
361
if (domainValue.
HasNotNull
())