Entity Framework Question:
Download Job Interview Questions and Answers PDF
Explain Entity Lifecycle?
Answer:
During entity’s lifetime, each entity has an entity state based on operation performed on it via Context (ObjectContext). The entity state is an enum of type System.Data.EntityState that declares the following values:
Added
Deleted
Modified
Unchanged
Detached
Added
Deleted
Modified
Unchanged
Detached
Download ADO.Net Entity Framework Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Model First? | What is Connected Scenario? |