1 implementation of Where
System.Web.Extensions (1)
UI\WebControls\DynamicQueryableWrapper.cs (1)
13
public IQueryable
Where
(IQueryable source, string predicate, params object[] values) {
2 references to Where
System.Web.Extensions (2)
UI\WebControls\QueryableDataSourceHelper.cs (1)
167
return queryable.
Where
(source, clause.Expression, clause.Parameters);
UI\WebControls\QueryableDataSourceView.cs (1)
408
source = _queryable.
Where
(source, Where, context.WhereParameters.ToEscapedParameterKeys(_owner));