Skip to main content

All Questions

1 vote
1 answer
185 views

Recursive query in EntityFramework throws NotSupportedException

I want to build a recursive query in EntityFramework 6.2.0 to get an employee and all his "direct" (one level) and all other subordinates down all the hierarchy. My point was to use List<...
Dmitry Stepanov's user avatar