- 优化 IncludeMany 级联查询支持异步适配(之前是同步方式);

This commit is contained in:
28810
2019-12-03 21:16:40 +08:00
parent 46dcd226ff
commit 8c770a3ffb
9 changed files with 416 additions and 184 deletions

View File

@ -36,7 +36,7 @@ namespace FreeSql
public static void Initialization(IFreeSql fsql)
{
_ormPriv = fsql;
_ormPriv.Aop.CurdBefore += (s, e) => Trace.WriteLine(e.Sql + "\r\n");
_ormPriv.Aop.CurdBefore += (s, e) => Trace.WriteLine($"\r\n线程{Thread.CurrentThread.ManagedThreadId}: {e.Sql}\r\n");
}
/// <summary>