ControlFilterExpression.GetQueryable Method (IQueryable)
.NET Framework (current version)
Gets the data source query to modify.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- source
-
Type:
System.Linq.IQueryable
The data source query to modify.
Return Value
Type: System.Linq.IQueryableThe object that represents the data source query that is modified by this ControlFilterExpression instance.
The GetQueryable(IQueryable) method modifies the query based on the selected data key of the source data-bound control.
.NET Framework
Available since 4.0
Available since 4.0
Show: