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
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
See some of the examples in this thread, should be enough to work it out...