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