Changeset 12853 for branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/Manager
- Timestamp:
- 08/12/15 16:37:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Services.Hive.DataAccess/3.3/Manager/PersistenceManager.cs
r12761 r12853 202 202 #endregion 203 203 204 // str.Remove(str.IndexOf(','));205 204 public TableInformation GetTableInformation(string table) { 206 205 string query = string.Format("sp_spaceused '{0}', @updateusage='true'", table); … … 224 223 225 224 public void Dispose() { 226 //if (dataContext != null) {227 //dataContext.Dispose();228 //}225 if (dataContext != null) { 226 dataContext.Dispose(); 227 } 229 228 } 230 229
Note: See TracChangeset
for help on using the changeset viewer.