RangeExpression::GetQueryable Method (IQueryable^)
.NET Framework (current version)
Gets the IQueryable object that the range comparison was performed on.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- source
-
Type:
System.Linq::IQueryable^
The object to use for the comparison.
Return Value
Type: System.Linq::IQueryable^An instance of the IQueryable object that the expression was applied to.
This method uses the specified IQueryable object to resolve the expression.
.NET Framework
Available since 4.0
Available since 4.0
Show: