1 write to _selectExpression
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceQueryBuilder.cs (1)
242
_selectExpression
= selectExpression;
3 references to _selectExpression
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceQueryBuilder.cs (3)
264
Debug.Assert(!String.IsNullOrEmpty(
_selectExpression
), "Select expression should not be of zero length.");
268
queryT = queryT.GroupBy(_groupByExpression,
_selectExpression
, _selectParameters);
272
queryT = queryT.Select(
_selectExpression
, _selectParameters);