update summary

This commit is contained in:
28810
2020-10-07 22:28:07 +08:00
parent 9fa4350062
commit c12c552352
2 changed files with 161 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public static partial class FreeSqlDbContextExtensions
}
/// <summary>
/// 不跟踪查询的实体数据(在不需要更新其数据时使用),可提查询性能
/// 不跟踪查询的实体数据(在不需要更新其数据时使用),可提查询性能
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="select"></param>