10 references to End
System.Web.Entity (10)
System\Data\WebControls\EntityDataSourceColumn.cs (7)
207
if (this.group.
End
.CorrespondingAssociationEndMember.RelationshipMultiplicity == RelationshipMultiplicity.ZeroOrOne)
266
if (EntityDataSourceUtil.TryGetCorrespondingNavigationProperty(group.
End
.CorrespondingAssociationEndMember, out navigationProperty))
274
result = group.
End
.Name + "." + keyMember.Name;
283
this.group.
End
.ParentAssociationSet.Name, this.group.
End
.Name);
321
builder.Append(EntityDataSourceUtil.CreateEntitySqlTypeIdentifier(this.Group.
End
.ParentAssociationSet.ElementType));
323
builder.Append(EntityDataSourceUtil.QuoteEntitySqlIdentifier(this.Group.
End
.CorrespondingAssociationEndMember.Name));
System\Data\WebControls\EntityDataSourceReferenceGroup.cs (3)
121
reference.EntityKey = new EntityKey(EntityDataSourceUtil.GetQualifiedEntitySetName(
End
.EntitySet), (IEnumerable<KeyValuePair<string, object>>)newKeyValues);
136
this.
End
.ParentAssociationSet.ElementType.FullName,
137
this.
End
.CorrespondingAssociationEndMember.Name);