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