views:

66

answers:

1

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?

A: 

I figured out that it was due to incorrect values of the [key] property

DNeoMatrix