DynamicFilter.IFilterExpressionProvider.GetQueryable Method (IQueryable)

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the modified query using the current filter value.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

IQueryable IFilterExpressionProvider.GetQueryable(
	IQueryable source
)

Parameters

source
Type: System.Linq.IQueryable

The data source query.

Return Value

Type: System.Linq.IQueryable

The filter.

This member is an explicit interface member implementation. It can be used only when the DynamicFilter instance is cast to an IFilterExpressionProvider interface.

.NET Framework
Available since 4.5
Return to top
Show: