Update demo

This commit is contained in:
sunkaixuan 2025-03-19 15:39:38 +08:00
parent ce333ce876
commit 873e6923b0

View File

@ -27,17 +27,7 @@ namespace TDengineTest
{
Console.WriteLine(UtilMethods.GetNativeSql(sql, p));
}
},
ConfigureExternalServices = new ConfigureExternalServices()
{
EntityService= (property, column) =>
{
if (column.SqlParameterDbType == null)
{
column.SqlParameterDbType = typeof(CommonPropertyConvert);
}
}
}
}
});
//固定建表