2 references to ToEscapedParameterKeys
System.Web.Extensions (2)
UI\WebControls\QueryableDataSourceHelper.cs (1)
110return parameters.GetValues(context, control).ToEscapedParameterKeys(control);
UI\WebControls\QueryableDataSourceView.cs (1)
419source = _queryable.OrderBy(source, OrderBy, context.OrderByParameters.ToEscapedParameterKeys(_owner));