Tuesday, July 15, 2008

Cascading Deletes in LINQ to SQL

CodeProject: Cascading Deletes in LINQ to SQL. Free source code and programming help

This article will discuss alternative methods for performing cascading deletes using LINQ to SQL. Cascading delete refers to the action of removing records associated by a foreign key relationship to a record that is the target of a deletion action. LINQ to SQL does not specifically handle cascading deletes and it is up to the developer to determine whether or not that action is desired. It is also up to the developer to determine how to go about accomplishing the cascading delete.


www.visli.com

No comments: