We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7f044 commit 75bef60Copy full SHA for 75bef60
FreeSql/Interface/IDbFirst.cs
@@ -15,7 +15,7 @@ public interface IDbFirst
15
/// <summary>
16
/// 获取指定数据库的表信息,包括表、列详情、主键、唯一键、索引、外键、备注
17
/// </summary>
18
- /// <param name="database"></param>
+ /// <param name="database">可选-默认查询当前数据库</param>
19
/// <returns></returns>
20
List<DbTableInfo> GetTablesByDatabase(params string[] database);
21
0 commit comments