LINQ Query Returning Multiple Copies Of First Result
- by Mike G
I'm trying to figure out why a simple query in LINQ is returning odd results.
I have a view defined in the database. It basically brings together several other tables and does some data munging. It really isn't anything special except for the fact that it deals with a large data set and can be a bit slow.
I want to query this view based on a…