1 write to GroupBy
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1148
entityDataSource.
GroupBy
= this.EntityDataSource.GroupBy;
8 references to GroupBy
System.Web.Entity (6)
System\Data\WebControls\EntityDataSource.cs (4)
1150
!String.IsNullOrEmpty(
GroupBy
);
1174
if (anyEditablesEnabled && !String.IsNullOrEmpty(
GroupBy
))
1209
if (!String.IsNullOrEmpty(
GroupBy
) && String.IsNullOrEmpty(Select))
1243
String.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)
299
return _entityDataSource.
GroupBy
;
1148
entityDataSource.GroupBy = this.EntityDataSource.
GroupBy
;