c#代码中:db.Single<表的实体类>("where ID=@0", 1);
[表名].[KeepConnectionAlive] ,
[表名].[Connection] ,
[表名].[LastSQL] ,
[表名].[LastArgs] ,
[表名].[LastCommand] ,
[表名].[EnableAutoSelect] ,
[表名].[EnableNamedParams] ,
[表名].[CommandTimeout] ,
[表名].[OneTimeCommandTimeout]
from [表名]
多生成的字段在上面的实体类 都是没有的,实体类是通过自带的T4模板生成的,有人知道为什么吗?
现在看好像生成的实体类中就包含这几个属性
继承出了问题