1 write to Role
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (1)
162end.Role = relationshipEnd.Name;
10 references to Role
System.Data.Entity (10)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (8)
97if ( end.Role == null ) 105if ( HasEnd( end.Role ) ) 112_relationshipEnds.Add( end.Role, end ); 131if (end.Role != null) 133if (HasEnd(end.Role)) 140_relationshipEnds.Add(end.Role, end); 168_relationshipEnds.Add( end.Role, end ); 187associationSet._relationshipEnds.Add(clonedEnd.Role, clonedEnd);
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSetEnd.cs (2)
49return Role; 119System.Data.Entity.Strings.InvalidEntityEndName(Role, relationship.FQName));