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