diff --git a/Db/DbBatch.cs b/Db/DbBatch.cs index 133f87c..0306464 100644 --- a/Db/DbBatch.cs +++ b/Db/DbBatch.cs @@ -40,7 +40,6 @@ public class DbBatch : IDisposable /// private BatchCommander batchcmd; - /// /// 是否已关闭 /// diff --git "a/Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" "b/Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" index a01d5c9..97e35b7 100644 --- "a/Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" +++ "b/Dos.ORM\346\233\264\346\226\260\346\227\245\345\277\227.txt" @@ -2,6 +2,7 @@ *)增加.Select(d => new NewClass(){})写法 *)表名增加别名,以支持同一张表可以被INNER JOIN多次 + /*-----------------------------------------------------------------------------------------------*/ 2016-09-28 Dos.ORM(原Hxj.Data)(v1.10.6.9) *)修复实体序列化后多了一个 All:null 属性结果的bug。(感谢群友【嘉兴-我是HR】发现此bug。)