1 write to _whereExpression
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceQueryBuilder.cs (1)
44_whereExpression = whereExpression;
2 references to _whereExpression
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceQueryBuilder.cs (2)
103if (!String.IsNullOrEmpty(_whereExpression)) 105queryT = queryT.Where(_whereExpression, _whereParameters);