OrderByExpression.GetQueryable Method (IQueryable)
.NET Framework (current version)
Applies a sort expression to an IQueryable object based on a DataField value and a Direction value.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- source
-
Type:
System.Linq.IQueryable
Specifies the data source to apply the sort to.
Return Value
Type: System.Linq.IQueryableAn instance of the data source that the expression was applied to.
.NET Framework
Available since 4.0
Available since 4.0
Show: