Hi,
I've gone through post by rohatash, can you provide a post for update and delete data in database using wcf services
http://www.c-sharpcorner.com/UploadFile/rohatash/inserting-data-into-database-using-wcf-service/
http://www.c-sharpcorner.com/UploadFile/rohatash/inserting-data-into-database-using-wcf-service/
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ankit SharmaPosted Sep 7, 2017, 7:37 AM
Ankit SharmaPosted Sep 8, 2017, 5:56 AM
mounika ymrPosted Sep 8, 2017, 5:09 AM
Ankit SharmaPosted Sep 8, 2017, 5:00 AM
mounika ymrPosted Sep 8, 2017, 4:53 AM
Ankit SharmaPosted Sep 8, 2017, 4:20 AM
mounika ymrPosted Sep 8, 2017, 2:13 AM
Ankit Sharma,
Rahul KaushikPosted Sep 7, 2017, 7:44 AM
{
var items= employeeList.First(x => x.employeeID== id);
employeeList.Remove(item);
return true;
}
bool delete(int id);