Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EntityState.Detached
Message
De
01/05/2015 03:49:48
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Entity Framework
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01619307
Message ID:
01619312
Vues:
33
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>I am wondering why would our EntityState will always be Detached?
>
>We're not using the model classes directly in our client part of the application. In our methods we use ModelView and convert model class to a ModelView through AutoMapper and back when sending changes back to the backend.
>
>Is it what makes the entities detached and so that's why we're manually setting the state to Modified?
>
>Thanks in advance.

Yes. Entities are automatically attached if they are created and returned by the object context - which wouldn't be the case if you are mapping your classes back to an EF entity.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform