QueryExpression::GetQueryable Method (IQueryable^)
.NET Framework (current version)
Resolves the expression by using the specified IQueryable data source control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- source
-
Type:
System.Linq::IQueryable^
The data source control to use.
Return Value
Type: System.Linq::IQueryable^An instance of the data source control that was used to resolve the expression.
The GetQueryable method uses the specified IQueryable object to resolve the expression.
.NET Framework
Available since 4.0
Available since 4.0
Show: