Implemented interface member:
property
SourceRoleName
System.Data.Objects.DataClasses.IRelatedEnd.SourceRoleName
3 references to SourceRoleName
System.Data.Entity (3)
System\Data\Objects\ObjectStateManager.cs (3)
884
throw EntityUtil.CannotFillTryDifferentMergeOption(targetRelatedEnd.
SourceRoleName
, targetRelatedEnd.RelationshipName);
984
throw EntityUtil.CannotFillTryDifferentMergeOption(relatedEnd.
SourceRoleName
, relatedEnd.RelationshipName);
2283
new KeyValuePair<string, EntityKey>(relatedEnd.
SourceRoleName
, sourceEntry.EntityKey),