mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Synchronization code
This commit is contained in:
parent
ad5cec7501
commit
773199421a
@ -419,7 +419,8 @@ namespace SqlSugar
|
||||
}
|
||||
if (this.Context.CurrentConnectionConfig.ConfigureExternalServices != null && this.Context.CurrentConnectionConfig.ConfigureExternalServices.EntityService != null)
|
||||
{
|
||||
if (!column.EntityName.ObjToString().StartsWith("<>f__AnonymousType"))
|
||||
if (!column.EntityName.ObjToString().StartsWith("<>f__AnonymousType")
|
||||
&&column.PropertyInfo?.ReflectedType!=typeof(DbTableInfo))
|
||||
{
|
||||
this.Context.CurrentConnectionConfig.ConfigureExternalServices.EntityService(property, column);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user