dbConnection db = new dbConnection();
db.WebMsg.Remove(db.WebMsg.Single(x => x.ID == 123));
dbConnection db = new dbConnection();
db.WebMsg.Remove(db.WebMsg.Single(x => x.ID == 123));
Hi, This post will show you, How to apply multiple or complicated condition with Entity framwork dbContext toList method using the where clause. If you are coming first time to this post, please read my post for Entity Framework Introduction. Example of this post-based Entity Framework Introduction.