1 Star 0 Fork 0

xugu-tech/xugu-efcore-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Program.cs 688 Bytes
一键复制 编辑 原始数据 按行查看 历史
cyj 提交于 2024-11-05 16:36 . first commit
// See https://aka.ms/new-console-template for more information
using ConsoleApp1.Data;
using ConsoleApp1.Models;
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations;
using System.Data.Common;
using System.Diagnostics;
using System.Text.Json;
using System.Xml.Linq;
using XuguClient;
public class efcoreTest
{
public static void Main()
{
using (var context = new MyDbContext())
{
{
var t_pk = new TPk2();
t_pk.Id = 1;
t_pk.Name = "test";
context.Add(t_pk);
context.SaveChanges();
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/XuguDB/xugu-efcore-demo.git
[email protected]:XuguDB/xugu-efcore-demo.git
XuguDB
xugu-efcore-demo
xugu-efcore-demo
master

搜索帮助