DataSourceExpression.GetQueryable Method (IQueryable)

.NET Framework (current version)
 

Evaluates the DataSourceExpression instance using the IQueryable interface.

Namespace:   System.Web.UI.WebControls.Expressions
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

Public MustOverride Function GetQueryable (
	source As IQueryable
) As IQueryable

Parameters

source
Type: System.Linq.IQueryable

The IQueryable object that the expression is added to.

Return Value

Type: System.Linq.IQueryable

An instance of IQueryable object that was used to evaluate the data source expression.

.NET Framework
Available since 4.0
Return to top
Show: