mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update sugarColumns
This commit is contained in:
@@ -269,6 +269,7 @@ namespace SqlSugar
|
|||||||
.Where(it => it is SugarColumn)
|
.Where(it => it is SugarColumn)
|
||||||
.Select(it => (SugarColumn)it)
|
.Select(it => (SugarColumn)it)
|
||||||
.FirstOrDefault();
|
.FirstOrDefault();
|
||||||
|
column.ExtendedAttribute = sugarColumn.ExtendedAttribute;
|
||||||
column.DbTableName = result.DbTableName;
|
column.DbTableName = result.DbTableName;
|
||||||
column.EntityName = result.EntityName;
|
column.EntityName = result.EntityName;
|
||||||
column.PropertyName = property.Name;
|
column.PropertyName = property.Name;
|
||||||
|
Reference in New Issue
Block a user