5 references to PrincipalRole
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraint.cs (1)
87PrincipalRole.Name, principalRoleEnd.Type.FQName, this.ParentElement.FQName));
System\Data\Metadata\Converter.cs (4)
506AssociationEndMember fromMember = (AssociationEndMember)associationType.Members[constraint.PrincipalRole.Name]; 512GetProperties(fromEntityType, constraint.PrincipalRole.RoleProperties), 518if (constraint.PrincipalRole.Documentation != null) 519referentialConstraint.FromRole.Documentation = ConvertToDocumentation(constraint.PrincipalRole.Documentation);