mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update demo
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user