1 write to SelectNew
System.Web.Extensions (1)
UI\WebControls\LinqDataSource.cs (1)
307View.SelectNew = value;
5 references to SelectNew
System.Web.Extensions (5)
UI\WebControls\LinqDataSource.cs (1)
304return View.SelectNew;
UI\WebControls\LinqDataSourceView.cs (2)
591String.IsNullOrEmpty(GroupBy) && String.IsNullOrEmpty(SelectNew); 940if (!String.IsNullOrEmpty(SelectNew)) {
UI\WebControls\QueryableDataSourceView.cs (2)
437if (!String.IsNullOrEmpty(SelectNew)) { 438source = _queryable.Select(source, SelectNew, context.SelectParameters.ToEscapedParameterKeys(_owner));