……

随笔分类 -  EF应用

摘要:One:理论 A:定义 存储过程(stored procedure)是一组为了完成特定功能的SQL语句集合,经编译后存储在服务器端的数据库中,利用存储过程可以加速SQL语句的执行。 存储过程分为系统存储过程和自定义存储过程。 1.系统存储过程在master数据库中,但是在其他的数据库中可以直接调用, 阅读全文
posted @ 2020-03-07 06:18 粉香地瓜 阅读(404) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Data.Entity; using System.Data.Entity.Infrastructure; using System.Linq; using System.Lin 阅读全文
posted @ 2020-03-05 07:26 粉香地瓜 阅读(645) 评论(0) 推荐(0)