9 references to NotNull
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\CellCreator.cs (2)
106
.Where(restriction => restriction.Domain.Values.Contains(Constant.
NotNull
))
479
Constant conditionConstant = (true == conditionMap.IsNull.Value) ? Constant.Null : Constant.
NotNull
;
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
517
domain.Contains(Constant.
NotNull
, Constant.EqualityComparer));
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
691
!scalarConst.Domain.Contains(Constant.
NotNull
) &&
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (2)
150
domain.Add(Constant.
NotNull
);
356
cDomain.AddRange(restriction.Domain.Values.Where(c => !(c.Equals(Constant.Null) || c.Equals(Constant.
NotNull
))));
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
105
if (condition.Domain.Values.All(conditionConstant => (conditionConstant.Equals(Constant.
NotNull
))))
System\Data\Mapping\ViewGeneration\Structures\NegatedConstant.cs (1)
68
if (object.ReferenceEquals(this, Constant.
NotNull
))
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
127
if (condition.Domain.Values.Contains(Constant.
NotNull
))