/// <summary> /// 更新DataSet /// </summary> /// <param name="ds"></param> public void SaveDataSet() { _schemaReader.SaveDataSet(DBDataSet); }