5 references to ToDictionary
System.Web.Extensions (5)
UI\WebControls\Expressions\ParameterDataSourceExpression.cs (1)
27return Parameters.ToDictionary(Context, Owner);
UI\WebControls\QueryableDataSourceView.cs (4)
340IDictionary<string, object> whereParameters = WhereParameters.ToDictionary(_context, _owner); 342IDictionary<string, object> orderGroupsByParameters = OrderGroupsByParameters.ToDictionary(_context, _owner); 343IDictionary<string, object> selectNewParameters = SelectNewParameters.ToDictionary(_context, _owner); 344IDictionary<string, object> groupByParameters = GroupByParameters.ToDictionary(_context, _owner);