ControlFilterExpression.GetQueryable Method (IQueryable)

.NET Framework (current version)
 

Gets the data source query to modify.

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

public override IQueryable GetQueryable(
	IQueryable source
)

Parameters

source
Type: System.Linq.IQueryable

The data source query to modify.

Return Value

Type: System.Linq.IQueryable

The 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
Return to top
Show: