DynamicRouteExpression.GetQueryable Method (IQueryable)

.NET Framework (current version)
 

Gets the query from the data source..

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

Public Overrides Function GetQueryable (
	source As IQueryable
) As IQueryable

Parameters

source
Type: System.Linq.IQueryable

The query to modify.

Return Value

Type: System.Linq.IQueryable

An instance of the modified query.

The query from the data source, represented by the source parameter, is modified by applying the primary or foreign key that is the current route information.

.NET Framework
Available since 4.0
Return to top
Show: