1 write to Where
System.Web.Extensions (1)
UI\WebControls\LinqDataSource.cs (1)
377View.Where = value;
4 references to Where
System.Web.Extensions (4)
UI\WebControls\LinqDataSource.cs (1)
374return View.Where;
UI\WebControls\QueryableDataSourceView.cs (3)
401if (!String.IsNullOrEmpty(Where)) { 407else if (!String.IsNullOrEmpty(Where)) { 408source = _queryable.Where(source, Where, context.WhereParameters.ToEscapedParameterKeys(_owner));