5 references to GetTargetEntitySetFromRelationshipSet
System.Data.Entity (5)
System\Data\Objects\DataClasses\RelatedEnd.cs (3)
1165
wrappedTarget.ResetContext(this.ObjectContext,
GetTargetEntitySetFromRelationshipSet
(), MergeOption.NoTracking);
1890
EntitySet principalEntitySet =
GetTargetEntitySetFromRelationshipSet
();
2109
EntitySet es =
GetTargetEntitySetFromRelationshipSet
();
System\Data\Objects\DataClasses\RelationshipManager.cs (1)
1548
wrappedEntity.ResetContext(context, relatedEnd.
GetTargetEntitySetFromRelationshipSet
(), mergeOption);
System\Data\Objects\Internal\ForeignKeyFactory.cs (1)
82
return CreateKeyFromForeignKeyValues(dependentEntry, constraint, relatedEnd.
GetTargetEntitySetFromRelationshipSet
(), useOriginalValues: false);