您的位置:首页 > 编程语言 > C#

Many to Many relation with Entity Framework

2013-04-13 17:36 441 查看
In this article I mainly concentrated on Many-To-Many Relationship to perform CRUD operations using EF & Linq. I have taken three tablesCustomer,
Product, and CustomerProduct. I am performing Insert, Update, and Delete operations using EF and LINQ.

Database Diagram:



Entity Framework ER diagram (Which shows the relation between Customer & Product (in codeModel1.edmx):



from http://www.codeproject.com/Articles/396321/Many-to-Many-relation-with-Entity-Framework-in-ASP
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  c#