1 implementation of Select
System.Web.Extensions (1)
UI\WebControls\DynamicQueryableWrapper.cs (1)
17public IQueryable Select(IQueryable source, string selector, params object[] values) {
1 reference to Select
System.Web.Extensions (1)
UI\WebControls\QueryableDataSourceView.cs (1)
438source = _queryable.Select(source, SelectNew, context.SelectParameters.ToEscapedParameterKeys(_owner));