-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Common Table Expression (CTE) #30757
Comments
Duplicate of #26486 |
(or possibly #29918) |
so you won't, nice :/ |
@arturwv you just opened a duplicate issue - me closing it doesn't mean it won't get implemented (it's just not helpful to have two issues tracking the same thing). In fact, I do think this is important and hope to be able to do it for EF Core 9.0. |
thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is need to make recursive query to db. by LINQ
Defining recursive CTE
Something like that (LINQ to DB)
https://linq2db.github.io/articles/sql/CTE.html?q=Common%20Table%20Expression%20(CTE)
That is create query by LINQ which will produce recursive CTE SqlQuery and map data to class.
Class example
The text was updated successfully, but these errors were encountered: