流浪のwolf

卷帝

导航

2023年10月1日

C# efcode 新建表格数据 增删改查

摘要: using TestDbContext ctx = new TestDbContext(); var b1 = new Book { AuthorName = "杨中科", Title = "零基础趣学C语言", Price = 59.8, PubTime = new DateTime() }; v 阅读全文

posted @ 2023-10-01 19:41 流浪のwolf 阅读(47) 评论(0) 推荐(0) 编辑