摘要: 引入Oracle.EntityFrameworkCore 添加Model [Table("T_SYS_USER")] public class User { [Key] public string USER_ID { get; set; } } 添加上下文 public class SchemeCo 阅读全文
posted @ 2022-01-10 15:07 Hey,Coder! 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 将App.xaml中的StartupUri删去 调整App.xaml.cs,重写OnStartup方法 public partial class App : Application { ServiceProvider serviceProvider { get; set; } protected o 阅读全文
posted @ 2022-01-10 13:14 Hey,Coder! 阅读(984) 评论(0) 推荐(0) 编辑