ORM - Entity Framework Core(Sqlite) --Demo(一)
环境 VS 2019
安装 NuGet 包
添加 DBContxt 类
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.EntityFrameworkCore;
namespace Demo_2021_3_23
{
public class DBContxt : DbContext
{
public string _strConn = s..
原创
2021-03-24 11:02:43 ·
323 阅读 ·
2 评论