- Timestamp:
- 07/20/10 08:50:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/sources/HeuristicLab.Hive.Server.LINQDataAccess/3.2/BaseDao.cs
r4042 r4050 14 14 } 15 15 16 protected void CommitChanges() { 17 //TODO: DoWhile 16 protected void CommitChanges() { 18 17 try { 19 18 Context.SubmitChanges(ConflictMode.ContinueOnConflict);
Note: See TracChangeset
for help on using the changeset viewer.