mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
增加更新操作测试代码
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user