mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Synchronization code
This commit is contained in:
parent
c2ac2bc0c4
commit
280f03a731
@ -335,7 +335,7 @@ namespace SqlSugar
|
||||
}
|
||||
if (this.Context.CurrentConnectionConfig.ConfigureExternalServices != null && this.Context.CurrentConnectionConfig.ConfigureExternalServices.EntityService != null)
|
||||
{
|
||||
if (column.EntityName != null && !column.EntityName.StartsWith("<>f__AnonymousType"))
|
||||
if (!column.EntityName.ObjToString().StartsWith("<>f__AnonymousType"))
|
||||
{
|
||||
this.Context.CurrentConnectionConfig.ConfigureExternalServices.EntityService(property, column);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user