mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
修复DB2 V11.5版本变量参数化异常问题
This commit is contained in:
@@ -8,12 +8,15 @@ public class Program
|
||||
//CodeFirst.Init();
|
||||
CodeFirst.Insertable();
|
||||
CodeFirst.Queryable();
|
||||
CodeFirst.QueryableSelect();
|
||||
CodeFirst.JoinQuery();
|
||||
CodeFirst.PageQuery();
|
||||
CodeFirst.OrderBy();
|
||||
CodeFirst.GroupBy();
|
||||
CodeFirst.Updateable();
|
||||
CodeFirst.Deleteable();
|
||||
|
||||
Console.ReadLine();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user