Changeset 17825 for branches/3040_VectorBasedGP/HeuristicLab.Services.Hive.DataAccess/3.3/Interfaces/IPersistenceManager.cs
- Timestamp:
- 01/27/21 14:10:56 (4 years ago)
- Location:
- branches/3040_VectorBasedGP
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3040_VectorBasedGP
- Property svn:mergeinfo changed
-
branches/3040_VectorBasedGP/HeuristicLab.Services.Hive.DataAccess
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Services.Hive.DataAccess (added) merged: 17574
- Property svn:mergeinfo changed
-
branches/3040_VectorBasedGP/HeuristicLab.Services.Hive.DataAccess/3.3/Interfaces/IPersistenceManager.cs
r17180 r17825 64 64 #region Transaction management 65 65 void UseTransaction(Action call, bool repeatableRead = false, bool longRunning = false); 66 void UseTransactionAndSubmit(Action call, bool repeatableRead = false, bool longRunning = false); 66 67 T UseTransaction<T>(Func<T> call, bool repeatableRead = false, bool longRunning = false); 68 T UseTransactionAndSubmit<T>(Func<T> call, bool repeatableRead = false, bool longRunning = false); 67 69 #endregion 68 70
Note: See TracChangeset
for help on using the changeset viewer.