摘要: 效果图如下 后台代码 public partial class ucDGVPage : UserControl { public DataTable DataSource { get { if (table_filter == null) return table; else return tabl 阅读全文
posted @ 2021-08-27 14:01 zzia615 阅读(349) 评论(0) 推荐(0)
摘要: 1.添加nuget包 Pomelo.EntityFrameworkCore.MySql 2.新增一个继承于DbContext的类,如MySqlDbContext using Microsoft.EntityFrameworkCore; using System; using System.Colle 阅读全文
posted @ 2021-03-01 10:30 zzia615 阅读(164) 评论(0) 推荐(0)