c# Programming Glossary: providedefaultsorting
How to check for the presence of an OrderBy in a ObjectQuery<T> expression tree http://stackoverflow.com/questions/225481/how-to-check-for-the-presence-of-an-orderby-in-a-objectqueryt-expression-tree as possible public partial class Repository partial void ProvideDefaultSorting ref IQueryable Category currentQuery public IQueryable Category.. int startIndex int count IQueryable Category query List ProvideDefaultSorting ref query if IsSorted query query query.OrderBy c c.CategoryID.. Category public partial class Repository partial void ProvideDefaultSorting ref IQueryable Category currentQuery currentQuery currentQuery.Where..
|