mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-30 20:57:58 +08:00
Synchronization code
This commit is contained in:
parent
91cccfd366
commit
92799672fd
@ -104,7 +104,7 @@ namespace SqlSugar
|
||||
null, Type.EmptyTypes, null));
|
||||
generator.Emit(OpCodes.Stloc, result);
|
||||
this.Context.InitMappingInfo(type);
|
||||
var columnInfos = this.Context.EntityMaintenance.GetEntityInfo(type).Columns;
|
||||
var columnInfos = this.Context.EntityMaintenance.GetEntityInfoWithAttr(type).Columns;
|
||||
foreach (var columnInfo in columnInfos)
|
||||
{
|
||||
string fileName = columnInfo.DbColumnName ?? columnInfo.PropertyName;
|
||||
|
Loading…
Reference in New Issue
Block a user