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