开发者

Is there a LINQ equivalent to SQL's "0 rows affected"?

开发者 https://www.devze.com 2023-01-06 05:41 出处:网络
I have a simple 开发者_开发技巧LINQ to SQL delete statement and would like to know if there is a way to find out the number of records deleted?

I have a simple 开发者_开发技巧LINQ to SQL delete statement and would like to know if there is a way to find out the number of records deleted?

Sample code would be appreciated


This should help you out: GetChangeSet

0

精彩评论

暂无评论...
验证码 换一张
取 消