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