Skip to content

Commit

Permalink
update summary
Browse files Browse the repository at this point in the history
  • Loading branch information
28810 authored and 28810 committed Oct 7, 2020
1 parent 9fa4350 commit c12c552
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FreeSql.DbContext/Extensions/FreeSqlDbContextExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static DbContext CreateDbContext(this IFreeSql that)
}

/// <summary>
/// 不跟踪查询的实体数据(在不需要更新其数据时使用),可提长查询性能
/// 不跟踪查询的实体数据(在不需要更新其数据时使用),可提升查询性能
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="select"></param>
Expand Down
160 changes: 160 additions & 0 deletions FreeSql/FreeSql.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c12c552

Please sign in to comment.