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?
views:
66answers:
1
A:
I figured out that it was due to incorrect values of the [key] property
DNeoMatrix
2010-03-07 20:57:53