Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Ordering of Child Navigation Properties When Using .Include() #16529

Closed
rbonomo opened this issue Jul 9, 2019 · 1 comment
Closed

Comments

@rbonomo
Copy link

rbonomo commented Jul 9, 2019

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.

@ajcvickers
Copy link
Contributor

Duplicate of #2919

@ajcvickers ajcvickers marked this as a duplicate of #2919 Jul 9, 2019
@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants