Posted on: 1/15/2014 3:03:15 AM | Views : 635

Hello, I am trying to use the EntityFramework(EF) with my own Model class to update a single record based on my set of data using a SQL View.
Instead of using the standard EF like the code below which is taken from most CRUD tutorials as i want only the specific values to be saved specifying the model textbox fields to input to the database. If you have any solution, links or tutorials to do this please do share. Thanks.
if (ModelState.IsValid) { db.Entry(student). Go to the complete details ...