Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide access to referencing entity in TrackGraph #8801

Merged
merged 2 commits into from
Jun 9, 2017
Merged

Conversation

ajcvickers
Copy link
Member

Issue #7389

Doing for preview2 due to discussion here: #8744

…ta binding

Issue #7397

In EF Core, DbSet.Local is a pure view over the state manager. This is much more efficient for normal local queries, etc., but doesn't work for data binding because it does not preserve order or maintain indexes. This change adds DbSet.Local.ToObservableCollection() which creates a less efficient but maintains order and indexes.
Issue #7389

Doing for preview2 due to discussion here: #8744
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants