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