19 references to GetDomain
System.Data.Entity (19)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQuery.cs (2)
124
new Domain(domainValue, domainMap.
GetDomain
(path))), domainMap);
129
new Domain(domainValue, domainMap.
GetDomain
(path))), domainMap);
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (2)
184
List<Constant> childDomain = new List<Constant>(domainMap.
GetDomain
(childPath));
211
Domain typeDomain = new Domain(derivedTypes.Select(derivedType => (Constant)new TypeConstant(derivedType)), domainMap.
GetDomain
(currentPath));
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (6)
225
return _domainMap.
GetDomain
(currentPath);
247
IEnumerable<Constant> oldDomain = _domainMap.
GetDomain
(currentPath);
253
oldDomain = _domainMap.
GetDomain
(currentPath); // is case has changed
285
Set<Constant> newDomain = new Set<Constant>(_domainMap.
GetDomain
(currentPath), Constant.EqualityComparer);
287
TraceVerbose("Shrunk domain of column {0} from {1} to {2}", currentPath, _domainMap.
GetDomain
(currentPath), newDomain);
325
Domain typeDomain = new Domain(GetTypeConstants(derivedTypes), _domainMap.
GetDomain
(_extentPath));
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (4)
197
List<Constant> domain = new List<Constant>(_domainMap.
GetDomain
(column));
251
foreach (Constant domainValue in _domainMap.
GetDomain
(column))
300
IEnumerable<Constant> possibleValues = memberMaps.QueryDomainMap.
GetDomain
(joinSlot.MemberPath);
335
IEnumerable<Constant> possibleValues = memberMaps.QueryDomainMap.
GetDomain
(projectedSlot.MemberPath);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
680
IEnumerable<Constant> possibleValues = domainMap.
GetDomain
(restriction.RestrictedMemberSlot.MemberPath);
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
405
IEnumerable<Constant> domain =
GetDomain
(memberPath);
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (1)
114
IEnumerable<Constant> domain = domainMap.
GetDomain
(m_restrictedMemberSlot.MemberPath);
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (1)
63
IEnumerable<Constant> newPossibleValues = memberDomainMap.
GetDomain
(RestrictedMemberSlot.MemberPath);
System\Data\Mapping\ViewGeneration\Structures\TypeRestriction.cs (1)
62
IEnumerable<Constant> possibleValues = memberDomainMap.
GetDomain
(RestrictedMemberSlot.MemberPath);