1 implementation of IDynamicQueryable
System.Web.Extensions (1)
UI\WebControls\DynamicQueryableWrapper.cs (1)
11internal class DynamicQueryableWrapper : IDynamicQueryable {
6 references to IDynamicQueryable
System.Web.Extensions (6)
UI\WebControls\ContextDataSourceView.cs (1)
31internal ContextDataSourceView(DataSourceControl owner, string viewName, HttpContext context, IDynamicQueryable queryable)
UI\WebControls\LinqDataSourceView.cs (1)
61IDynamicQueryable dynamicQueryable, ILinqToSql linqToSql)
UI\WebControls\QueryableDataSourceHelper.cs (2)
149internal static IQueryable CreateOrderByExpression(IOrderedDictionary parameters, IQueryable source, IDynamicQueryable queryable) { 161internal static IQueryable CreateWhereExpression(IDictionary<string, object> parameters, IQueryable source, IDynamicQueryable queryable) {
UI\WebControls\QueryableDataSourceView.cs (2)
33private IDynamicQueryable _queryable; 61internal QueryableDataSourceView(DataSourceControl owner, string viewName, HttpContext context, IDynamicQueryable queryable)