PatTech
PatTech

Reputation: 397

WCF Ria Silverlight 4, wrong list returned

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

Answers (1)

PatTech
PatTech

Reputation: 397

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

Upvotes: 1

Related Questions