mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update demo
This commit is contained in:
parent
39a02cb6be
commit
885d994100
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user