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