12 references to GetEntitySetAtEnd
System.Data.Entity (12)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
414
EntitySet entitySet = MetadataHelper.
GetEntitySetAtEnd
((AssociationSet)caseMemberPath.Extent,
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (3)
107
EntitySet toEntitySet = MetadataHelper.
GetEntitySetAtEnd
(assocSet, toEndMember);
136
EntitySet toEntitySet = MetadataHelper.
GetEntitySetAtEnd
(assocSet, toEndMember);
137
EntitySet fromEntitySet = MetadataHelper.
GetEntitySetAtEnd
(assocSet, fromEndMember);
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (2)
196
EntitySet result = MetadataHelper.
GetEntitySetAtEnd
((AssociationSet)m_extent, endMember);
789
EntitySet result = MetadataHelper.
GetEntitySetAtEnd
(associationSet, relationEndMember);
System\Data\Mapping\ViewGeneration\Structures\WithStatement.cs (1)
40
m_toEndEntitySet = MetadataHelper.
GetEntitySetAtEnd
(associationSet, toEnd);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (2)
309
EntitySet parentSet = MetadataHelper.
GetEntitySetAtEnd
(assocSet, parentEnd);
499
EntitySet endSet = MetadataHelper.
GetEntitySetAtEnd
(relationSet, parentEnd);
System\Data\Objects\EntityEntry.cs (1)
3858
EntitySet principalEntitySet = MetadataHelper.
GetEntitySetAtEnd
(associationSet, principalEnd);
System\Data\Query\PlanCompiler\ConstraintManager.cs (2)
142
md.EntitySet parent = System.Data.Common.Utils.MetadataHelper.
GetEntitySetAtEnd
(assocSet, fromEnd);// relationshipSet.GetRelationshipEndExtent(constraint.FromRole);
143
md.EntitySet child = System.Data.Common.Utils.MetadataHelper.
GetEntitySetAtEnd
(assocSet, toEnd);// relationshipSet.GetRelationshipEndExtent(constraint.ToRole);