修复DB2 V11.5版本变量参数化异常问题

This commit is contained in:
Kenton
2025-03-25 16:56:02 +08:00
parent db3dd58302
commit 686c3d249f
5 changed files with 284 additions and 92 deletions

View File

@@ -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();
}
}