Related resources for Entity Sets
  • Cascading Deletes in LINQ to SQL1/10/2023 6:16:15 AM. 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
  • LINQ to SQL in C#3/28/2014 3:18:15 PM. This article provides an introduction to employing LINQ to SQL within a Windows Forms application; the article will address the incorporation of LINQ to SQL into a win forms project, how to use LINQ to SQL to select, insert, update, and delete data, and how to use LINQ to SQL to execute stored procedures.
  • Cascading Deletes in LINQ to SQL with Visual Basic11/9/2012 10:22:52 AM. 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.
  • Generic Data Access using LINQ to SQL and C#7/27/2008 1:21:07 PM. This article discusses the construction of a generic data access layer built on top of a LINQ to SQL implementation.