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
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
精彩评论