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

Importing newly added entities does not set HasChanges flag #19

Open
dalingrin opened this issue Feb 18, 2016 · 0 comments
Open

Importing newly added entities does not set HasChanges flag #19

dalingrin opened this issue Feb 18, 2016 · 0 comments

Comments

@dalingrin
Copy link

If you create a new entity in EntityManager "A", export to string, and then import to EntityManager "B," EntityManager B will still have HasChanges == false. An inspection of EntityManager B's entities shows the new entity in the Added EntityState.

I believe EntityManager method "AttachImportedEntity" should be calling "NotifyStateChange."

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

No branches or pull requests

1 participant