4 references to Group
System.Web.Entity (4)
System\Data\WebControls\EntityDataSourceColumn.cs (3)
288EntityKey entityKey = this.Group.GetEntityKey(entity); 321builder.Append(EntityDataSourceUtil.CreateEntitySqlTypeIdentifier(this.Group.End.ParentAssociationSet.ElementType)); 323builder.Append(EntityDataSourceUtil.QuoteEntitySqlIdentifier(this.Group.End.CorrespondingAssociationEndMember.Name));
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
182var groups = referenceList.GroupBy(r => r.Key.Group);