Does anyone know how to delete an object and all of it\'s related entities.
For example I have tables, Products, Category, ProductCategory and productDetails, the pr
Also, If you look at your edmx file in visual studio, you can select the "association" and select "End1 OnDelete" property and set to "Cascade".