上传者: zfzxw12
|
上传时间: 2021-10-10 18:38:41
|
文件大小: 4.2MB
|
文件类型: -
Petshop5.0详解+源代码(.Net微软官方宠物商店5.0源码)
petshop5.0 基于.NET Framework 3.5
使用LINQ to SQL改进数据访问层
PetShop.Model.DataContext.MSPetShop4DataContext 继承System.Data.Linq.DataContext
PetShop.Model.ProductInfo与PetShop.Model.CategoryInfo实体类分别映射数据库表
PetShop.Model.ProductInfo其中的Category属性存在一对一的关系
PetShop.Model.CategoryInfo中的Products属性存在一对多的关系