Hi,
I am not deleting records permanently (just maintaining flag) but I'd like to know how cascading delete / update works in LINQ-to-SQL class.
EDIT
If I have similar situation e.g. maintaining flag for Delete option. How do you achieve Cascading Delete for your database?