I can't find any assembly which contains EntityList<T>
class.
I was reading in old posts that I need a toolkit. But I can't find it because the assembly name has changed. I'm currently using SL5.0.
I'm looking for that object because I need an ObservableCollection<T>
which supports EntitySet<T>
. In fact, at the beginning I started using ObservableCollection<T>
but I realized that it could not update my items.
I've read, EntityList<T>
is the solution.
You can find EntityList<T>
in the Microsoft.Windows.Data.DomainServices assembly, which is part of the WCF RIA Services Toolkit than can be downloaded from here.