mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-25 01:14:33 +08:00
Update demo
This commit is contained in:
parent
ce333ce876
commit
873e6923b0
@ -27,16 +27,6 @@ namespace TDengineTest
|
|||||||
{
|
{
|
||||||
Console.WriteLine(UtilMethods.GetNativeSql(sql, p));
|
Console.WriteLine(UtilMethods.GetNativeSql(sql, p));
|
||||||
}
|
}
|
||||||
},
|
|
||||||
ConfigureExternalServices = new ConfigureExternalServices()
|
|
||||||
{
|
|
||||||
EntityService= (property, column) =>
|
|
||||||
{
|
|
||||||
if (column.SqlParameterDbType == null)
|
|
||||||
{
|
|
||||||
column.SqlParameterDbType = typeof(CommonPropertyConvert);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user