Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 294 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 294 Bytes

EntityFrameworkDemo

EntityFramework Database First Demo

TODO LIST

  • 新增
  • 简单查询
  • 延迟查询
  • 根据条件排序和查询
  • 分页查询
  • 修改
  • 删除
  • 批处理操作
  • LINQ To EF

CodeFirstDemo

EntityFramework Code First Demo