Databinding: Guide users to not bind against queries directly #8899
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Currently
DbSet
implementsIListSource
to throw an informative message pointing toDbSet.Local.ToBindingList()
andDbSet.Local.ToObservableCollection
but our query objects do not. Binding directly to queries can cause double roundtrips and other issues, so we should consider having the implementation ofIListSource
there was well as we did in EF6.The text was updated successfully, but these errors were encountered: