会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
沐雪架构师
技术架构
首页
新随笔
联系
管理
2020年3月30日
asp.net core 3.1里 EF的事务-代码示例
摘要: using (var context = new BloggingContext()) { using (var transaction = context.Database.BeginTransaction()) { context.Blogs.Add(new Blog {Url = "http:
阅读全文
posted @ 2020-03-30 11:00 沐雪架构师
阅读(1109)
评论(0)
推荐(0)
公告