GridItemsProviderRequest<TGridItem>.ApplySorting Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies the request's sorting rules to the supplied IQueryable<T>.
public System.Linq.IQueryable<TGridItem> ApplySorting (System.Linq.IQueryable<TGridItem> source);
member this.ApplySorting : System.Linq.IQueryable<'GridItem> -> System.Linq.IQueryable<'GridItem>
Public Function ApplySorting (source As IQueryable(Of TGridItem)) As IQueryable(Of TGridItem)
Parameters
- source
- IQueryable<TGridItem>
An IQueryable<T>.
Returns
IQueryable<TGridItem>
A new IQueryable<T> representing the source
with sorting rules applied.