I am able to add data, but not sure how should I update the data. I am getting AddObject,DeleteObject methods not found any method to update.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You simply grab an (or multiple) object(s), manipulate them and call
SaveChangeson the context. Of course, the object has to be attached to the context and tracking must enabled.