mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-09 01:40:56 +08:00
Updated 常见问题 (markdown)
2
常见问题.md
2
常见问题.md
@@ -14,7 +14,7 @@ static IFreeSql fsql = new FreeSql.FreeSqlBuilder()
|
||||
fsql.Aop.CurdAfter += (s, e) =>
|
||||
{
|
||||
if (e.ElapsedMilliseconds > 200)
|
||||
Console.WriteLine($"线程:{e.Sql}\r\n")
|
||||
Console.WriteLine($"线程:{e.Sql}\r\n");
|
||||
};
|
||||
```
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user