PropertyExpression.GetQueryable Method (IQueryable)

.NET Framework (current version)
 

Applies a PropertyExpression object by using the specified IQueryable data source object.

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

override GetQueryable : 
        source:IQueryable -> IQueryable

Parameters

source
Type: System.Linq.IQueryable

The object to use for the query.

Return Value

Type: System.Linq.IQueryable

An instance of the object that the expressions were applied to.

This method combines the specified IQueryable object with the expressions in the WhereParameters collection by using the logical AND operator.

.NET Framework
Available since 4.0
Return to top
Show: