The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbQuery::IListSource::GetList Method ()
Entity Framework 6.0
Throws an exception indicating that binding directly to a store query is not supported. Instead populate a DbSet with data, for example by using the Load extension method, and then bind to local data. For WPF bind to DbSet.Local. For Windows Forms bind to DbSet.Local.ToBindingList().
Assembly: EntityFramework (in EntityFramework.dll)
private: [SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] virtual IList^ GetList() sealed = IListSource::GetList
Implements
IListSource::GetList()
Show: