Skip to content

Commit

Permalink
添加注释;
Browse files Browse the repository at this point in the history
  • Loading branch information
zqlovejyc committed Mar 21, 2022
1 parent 3084321 commit 7dd2bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SQLBuilder.Core/Entry/SqlBuilderCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4826,6 +4826,7 @@ public SqlBuilderCore<T> Avg(Expression<Func<T, object>> expression, Func<string
/// Count
/// </summary>
/// <param name="expression">表达式树</param>
/// <param name="sql">sql语句</param>
/// <param name="tableNameFunc">表名自定义委托</param>
/// <returns>SqlBuilderCore</returns>
public SqlBuilderCore<T> Count(Expression expression = null, string sql = null, Func<string[], string> tableNameFunc = null)
Expand Down

0 comments on commit 7dd2bff

Please sign in to comment.