Edit

Share via


DynamicFilterExpression.GetQueryable(IQueryable) Method

Definition

Gets the modified query using the current filter value.

public override System.Linq.IQueryable GetQueryable(System.Linq.IQueryable source);

Parameters

source
IQueryable

The data source query to modify.

Returns

The data source query that is modified by using the current value that is contained in the DynamicFilterExpression instance.

Remarks

The GetQueryable method delegates the task of building of the query to the filter template referenced by the filter control that is specified by the ControlID property.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1