- Timestamp:
- 06/23/09 12:53:37 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataAccess.ADOHelper/3.2/DataAdapterBase.cs
r2082 r2084 174 174 175 175 try { 176 bool result = (bool)action();176 object result = action(); 177 177 178 178 if (!transactionExists && trans != null) {
Note: See TracChangeset
for help on using the changeset viewer.