- 优化 IUpdateJoin AsTable 同时对多表名设置;

This commit is contained in:
2881099
2023-10-24 12:52:09 +08:00
parent 632c5cabf4
commit 09225ffd12
5 changed files with 18 additions and 18 deletions

View File

@ -106,8 +106,9 @@ namespace FreeSql
/// 设置表名
/// </summary>
/// <param name="tableName"></param>
/// <param name="joinTableName"></param>
/// <returns></returns>
IUpdateJoin<T1, T2> AsTable(string tableName);
IUpdateJoin<T1, T2> AsTable(string tableName, string joinTableName);
/// <summary>
/// 返回即将执行的SQL语句
/// </summary>