Skip to content

Commit 75bef60

Browse files
committed
补充注释
1 parent 1b7f044 commit 75bef60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FreeSql/Interface/IDbFirst.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public interface IDbFirst
1515
/// <summary>
1616
/// 获取指定数据库的表信息,包括表、列详情、主键、唯一键、索引、外键、备注
1717
/// </summary>
18-
/// <param name="database"></param>
18+
/// <param name="database">可选-默认查询当前数据库</param>
1919
/// <returns></returns>
2020
List<DbTableInfo> GetTablesByDatabase(params string[] database);
2121

0 commit comments

Comments
 (0)