mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-17 00:45:35 +08:00
补充 DbFirst GetTablesByDatabase 获取表备注
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user