5 references to DependentRole
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraint.cs (1)
164
DependentRole
.Name, dependentRoleEnd.Type.FQName, this.ParentElement.FQName));
System\Data\Metadata\Converter.cs (4)
507
AssociationEndMember toMember = (AssociationEndMember)associationType.Members[constraint.
DependentRole
.Name];
513
GetProperties(toEntityType, constraint.
DependentRole
.RoleProperties));
520
if (constraint.
DependentRole
.Documentation != null)
521
referentialConstraint.ToRole.Documentation = ConvertToDocumentation(constraint.
DependentRole
.Documentation);