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