15 references to Name
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
456yield return pkFkInfo.Item1.AssociationSetEnds.Where(ase => ase.Name == pkFkInfo.Item2.ToRole.Name).Single().EntitySet;
System\Data\Mapping\ViewGeneration\QueryRewriting\RoleBoolean.cs (3)
63builder.Append(Strings.ViewGen_AssociationSet_AsUserString(blockAlias, end.Name, end.ParentAssociationSet)); 77builder.Append(Strings.ViewGen_AssociationSet_AsUserString_Negated(blockAlias, end.Name, end.ParentAssociationSet)); 118builder.Append("InEnd:" + end.ParentAssociationSet + "_" + end.Name);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
104endToExtents.Add(end.Name, end.EntitySet);
System\Data\Mapping\ViewValidator.cs (1)
325setInfo.EntitySet.Name, declaredSet.Name, setEnd.Name, _setMapping.Set.Name), (int)StorageMappingErrorCode.MappingUnsupportedInitializationQueryView,
System\Data\Metadata\Edm\AssociationSetEnd.cs (3)
101return Name; 124return this.Name; 136return Name;
System.Data.Entity.Design (3)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
725_writer.WriteAttributeString(XmlConstants.Role, end.Name);
System\Data\Entity\Design\Common\OneToOneMappingSerializer.cs (2)
434writer.WriteAttributeString(StorageMslConstructs.EndPropertyMappingNameAttribute, model.Name); 447if (store.Name == constraint.FromRole.Name)
System.Data.Services (1)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
1771xmlWriter.WriteAttributeString(XmlConstants.Role, associationSet.AssociationSetEnds[i].Name);
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceColumn.cs (2)
274result = group.End.Name + "." + keyMember.Name; 283this.group.End.ParentAssociationSet.Name, this.group.End.Name);