补充 DbFirst GetTablesByDatabase 获取表备注

This commit is contained in:
28810
2019-04-02 16:20:53 +08:00
parent 0614850813
commit 880c4dcdd1
4 changed files with 26 additions and 7 deletions

View File

@@ -15,6 +15,10 @@ namespace FreeSql.DatabaseModel {
/// </summary>
public string Name { get; internal set; }
/// <summary>
/// 表备注SqlServer下是扩展属性 MS_Description
/// </summary>
public string Comment { get; internal set; }
/// <summary>
/// 表/视图
/// </summary>
public DbTableType Type { get; set; }