示例#1
0
 /// <summary>
 /// 更新字段的描述信息
 /// </summary>
 /// <param name="field"></param>
 public void SaveDescription(List <DBTable> tables)
 {
     _schemaReader.SaveDescription(tables);
     GetAllTables();
 }