Hi Friends,
I was wondering can I write a recursive CTE or a Windows function using LINQ. Also can I write T SQL in .Net Core 2.1? Thanks !!!
For complex queries, you should fall back to plain SQL and then use the context's Database property to execute it: https://www.learnentityframeworkcore.com/raw-sql