Refresh entity framework collection property
问题 I'm trying to update parts of my entity framework 6 entities, specifically collections with data from the database. Reading the data from the database the first time is fast so it should be possible to read it again quickly. Disposing the context and creating a new one is fast, but it doesn't work for me, because doing so would lead to losses of information added by the user. So in this case, I have a class called Evaluation, Evaluation has a many-to-many relationship through the class Amount