1 write to GroupBy
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1148entityDataSource.GroupBy = this.EntityDataSource.GroupBy;
8 references to GroupBy
System.Web.Entity (6)
System\Data\WebControls\EntityDataSource.cs (4)
1150!String.IsNullOrEmpty(GroupBy); 1174if (anyEditablesEnabled && !String.IsNullOrEmpty(GroupBy)) 1209if (!String.IsNullOrEmpty(GroupBy) && String.IsNullOrEmpty(Select)) 1243String.IsNullOrEmpty(GroupBy);
System\Data\WebControls\EntityDataSourceView.cs (2)
260_owner.Select, _owner.GroupBy, _owner.GetSelectParameters(), 321_owner.Select, _owner.GroupBy, _owner.GetSelectParameters(),
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
299return _entityDataSource.GroupBy; 1148entityDataSource.GroupBy = this.EntityDataSource.GroupBy;