1 Star 0 Fork 3

常清静矣/EFCoreMySQLSample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MyDbContext.cs 300 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rector 提交于 2021-03-27 15:40 . init
using Microsoft.EntityFrameworkCore;
using MySQLSample.Models;
namespace MySQLSample
{
public class MyDbContext : DbContext
{
public DbSet<Person> People { get; set; }
public MyDbContext(DbContextOptions<MyDbContext> options) : base(options)
{
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/syongaaa/efcore-my-sqlsample.git
git@gitee.com:syongaaa/efcore-my-sqlsample.git
syongaaa
efcore-my-sqlsample
EFCoreMySQLSample
master

搜索帮助