1 write to _groupByExpression
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceQueryBuilder.cs (1)
243_groupByExpression = groupByExpression;
2 references to _groupByExpression
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceQueryBuilder.cs (2)
266if (!string.IsNullOrEmpty(_groupByExpression)) 268queryT = queryT.GroupBy(_groupByExpression, _selectExpression, _selectParameters);