代码改变世界

随笔档案-2013年08月

entityframwork

2013-08-08 10:21 by zhishuru, 434 阅读, 收藏, 编辑
摘要: entityframwork映射部分: public class NorthwindContext : DbContext { public DbSet Categories { get; set; } public DbSet Customers { get; set; } public DbSet Employees { get; set; } public DbSet Products { get; set; } public DbSet Orders { get; set; } pu... 阅读全文
点击右上角即可分享
微信分享提示