摘要: mainEntities2 dbcontext = new mainEntities2(); private void btnAdd_Click(object sender, RoutedEventArgs e) { Students stu = new Students(); stu.Studen 阅读全文
posted @ 2021-10-26 11:54 tofight 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 原文:https://github.com/ErikEJ/SqlCeToolbox/wiki/EF6-workflow-with-SQLite-DDEX-provider 1.Install latest Toolbox Once per Visual Studio edition (daily b 阅读全文
posted @ 2021-10-26 11:51 tofight 阅读(569) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.E 阅读全文
posted @ 2021-10-26 11:44 tofight 阅读(119) 评论(0) 推荐(0) 编辑