Reputation: 397
I have a DataService returning an IQueryable
I breakpoint at the "return" statement, list looks fine.
I breakpoint at the Async callback method, and all the elements in the list are identical objects.
Any Ideas?
Upvotes: 1
Views: 157
Reputation: 397
I figured out that it was due to incorrect values of the [key] property
Upvotes: 1