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