增加更新操作测试代码

This commit is contained in:
Kenton
2025-03-10 17:12:31 +08:00
parent 6a489b4cb4
commit 8bb6e94fd1
2 changed files with 11 additions and 1 deletions

View File

@@ -5,13 +5,14 @@ public class Program
{
static void Main(string[] args)
{
CodeFirst.Init();
//CodeFirst.Init();
CodeFirst.Insertable();
CodeFirst.Queryable();
CodeFirst.JoinQuery();
CodeFirst.PageQuery();
CodeFirst.OrderBy();
CodeFirst.GroupBy();
CodeFirst.Updateable();
CodeFirst.Deleteable();
}
}