PropertyExpression::GetQueryable Method (IQueryable^)
.NET Framework (current version)
Applies a PropertyExpression object by using the specified IQueryable data source object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
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
Available since 4.0
Show: