/ Published in: C#
Expand |
Embed | Plain Text
var query = ctx.ExecuteStoreCommand("delete from Payments where PaymentID = 1");
You need to login to post a comment.
var query = ctx.ExecuteStoreCommand("delete from Payments where PaymentID = 1");
You need to login to post a comment.