Update demo

This commit is contained in:
sunkaixuan
2023-11-06 10:57:44 +08:00
parent 39a02cb6be
commit 885d994100

View File

@@ -39,7 +39,9 @@ namespace OrmTest
{ {
IsAutoCloseConnection = true, IsAutoCloseConnection = true,
DbType = DbType.SqlServer, DbType = DbType.SqlServer,
ConnectionString = Connection ConnectionString = Connection,
LanguageType=LanguageType.Default//Set language
}, },
it => { it => {
// Logging SQL statements and parameters before execution // Logging SQL statements and parameters before execution