mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update README.md
This commit is contained in:
@@ -112,7 +112,6 @@ public static SqlSugarScope Db = new SqlSugarScope(new ConnectionConfig()
|
|||||||
IsAutoCloseConnection = true
|
IsAutoCloseConnection = true
|
||||||
},
|
},
|
||||||
db=> {
|
db=> {
|
||||||
//单例参数配置,所有上下文生效
|
|
||||||
db.Aop.OnLogExecuting = (s, p) =>
|
db.Aop.OnLogExecuting = (s, p) =>
|
||||||
{
|
{
|
||||||
Console.WriteLine(s);
|
Console.WriteLine(s);
|
||||||
|
Reference in New Issue
Block a user