score:3
Accepted answer
wondering if the filtering has anything to do with it??
yes, a .where(
is documented to discard any preceding .orderby(
in linq to entities.
Source: stackoverflow.com
Related Query
- LINQ OrderBy not ordering .. changing nothing .. why?
- Linq OrderBy specific values not ordering within groupings
- Linq - Orderby not ordering
- Orderby not ordering strings that include numbers in Linq
- Linq FirstOrDefault ordering when OrderBy or OrderByDescending are not supplied?
- LINQ OrderBy is not sorting correctly
- Enumerable.Empty<T>().AsQueryable(); This method supports the LINQ to Entities infrastructure and is not intended to be used directly from your code
- LINQ OrderBy igorning case with true ASCII ordering
- LINQ query adding orderby makes Skip and Take not work Linqpad
- Why does the Linq OrderBy extension not affect the list it is called on?
- Linq OrderBy on generic list returns not entirely alphabetical list
- Linq OrderBy does not sort a List<T>. How do I sort the list?
- Does Linq OrderBy Not Sort Original Collection?
- Linq OrderBy not sorting correctly 100% of the time
- LINQ Source Code Available
- multiple orderby in this linq code
- LINQ - dynamic orderby clause does not work
- Refactor Linq code and "LINQ to Entities does not recognize the method"
- linq - how do you do a query for items in one query source that are not in another one?
- LINQ orderby string with integer where 1,11,12,13 are not next to eachother?
- SQL OrderBy clause for alphanumeric data in LINQ not sorting as expected
- LINQ Lambda efficiency of code groupby orderby
- Linq statement with mutiple OrderBy clauses not working
- Linq OrderBy int property does not work
- creating Linq to sqlite dbml from DbLinq source code
- .OrderBy in Linq query not always ordering properly
- Why orderBy does not work for this linq expression?
- Linq orderby not working as expected
- Why my orderby method in linq does not work?
- Linq order by not ordering
More Query from same tag
- How can I write this query in linq to sql?
- Dotnet EF Core Linq string contains in a list string split by comma
- Rearrange of a nested List with Linq
- Linq methods not available for a collection implementing IEnumerable
- How to extract maximum date from a list of random dates, grouped by week, month, quarter or year?
- convert List<DataRow> to List<UserEntity> in C#.net
- case when for getting a scalar value using linq to sql
- Linq order list using list property
- How to avoid the "System.InvalidOperationException: The client projection contains a reference to a constant expression" error?
- Finding consecutive rows to group based on arbitrary
- filtering collection using linq
- How to perform crud operation through linq on database in multiple transaction?
- LINQ-to-Entities Find DateTime difference
- Find matching items by complex combination of attributes
- Saving all Weapon ID Numbers with loop
- Can I use LINQ to compare what is missing, added or updated between two collections
- Left Join using Linq with Lambda Expressions returning the Left table
- Group by a many-to-many relashionship
- LINQ ToArray() with conditional
- Get All Entities From EntityCollection Where Values Matches X
- Failing to get unobtrusive client validation
- Linq query where any item from List<int> belongs to parameter string[]
- LinqPad Query to Visual Studio - how to use a nested query to populate a viewmodel
- Join lists and sublists at the same time
- Paging a Gridview with Linq
- Why does SortedList in C# have no Find method?
- How to upload excel files to database using linq?
- ILookup<TKey, TVal> vs. IGrouping<TKey, TVal>
- How can I get an XElement's .InnerText value in Linq to XML?
- create a query for date and average values