/// <summary> /// 添加一个表 /// </summary> public void AddTable(Model.Table table) { table.Database = this; Tables.Add(table); }
/// <summary> /// 添加一个表 /// </summary> public void AddTable(Model.Table table) { table.Database = this; table.IsView = false; Tables.Add(table); }