Friends,
How can I delete data of a table using LINQ. Sample code or online tutorial will help.
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.
Shweta LodhaPosted May 14, 2019, 11:03 PM
Suraj KumarPosted May 14, 2019, 11:33 PM
This first code example queries the database for order details that belong to Order #11000, marks these order details for deletion, and submits these changes to the database.
Gajendra JangidPosted May 14, 2019, 11:09 PM