6 references to GetMembers
System.Data.Entity (6)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (4)
1157
return currentPath.
GetMembers
(edmType, true /* isScalar */, false /* isConditional */, null /* isPartOfKey */, domainMap);
1162
return currentPath.
GetMembers
(edmType, false /* isScalar */, true /* isConditional */, null /* isPartOfKey */, domainMap);
1167
return currentPath.
GetMembers
(edmType, false /* isScalar */, false /* isConditional */, null /* isPartOfKey */, domainMap);
1172
return currentPath.
GetMembers
(edmType, true /* isScalar */, true /* isConditional */, null /* isPartOfKey */, domainMap);
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (2)
558
extentPath.
GetMembers
(extentPath.Extent.ElementType, null /* isScalar */, null /* isConditional */, true /* isPartOfKey */, domainMap));
572
foreach (MemberPath endKey in new MemberPath(currentPath, edmMember).
GetMembers
(