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,
DbType = DbType.SqlServer,
ConnectionString = Connection
ConnectionString = Connection,
LanguageType=LanguageType.Default//Set language
},
it => {
// Logging SQL statements and parameters before execution