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)
884throw EntityUtil.CannotFillTryDifferentMergeOption(targetRelatedEnd.SourceRoleName, targetRelatedEnd.RelationshipName); 984throw EntityUtil.CannotFillTryDifferentMergeOption(relatedEnd.SourceRoleName, relatedEnd.RelationshipName); 2283new KeyValuePair<string, EntityKey>(relatedEnd.SourceRoleName, sourceEntry.EntityKey),