You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My [REDACTED]'s getting retrieved out of order (seemingly random). I need to be able to be able to retrieve child navigation properties ordered by the most basic column... the primary key (id). Also want to be able to order by other columns (I have a Position column).
Right now I have to retrieve the child properties with .Include() and THEN order it in C# code...
Note: @ajcvickers edited this comment to remove content that violated the project’s code of conduct.
The text was updated successfully, but these errors were encountered:
My [REDACTED]'s getting retrieved out of order (seemingly random). I need to be able to be able to retrieve child navigation properties ordered by the most basic column... the primary key (id). Also want to be able to order by other columns (I have a Position column).
Right now I have to retrieve the child properties with .Include() and THEN order it in C# code...
Note: @ajcvickers edited this comment to remove content that violated the project’s code of conduct.
The text was updated successfully, but these errors were encountered: