Changeset 1488 for trunk/sources/HeuristicLab.DataAccess
- Timestamp:
- 04/02/09 15:00:35 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataAccess/Interfaces/ISession.cs
r1468 r1488 29 29 ITransaction BeginTransaction(); 30 30 31 ITransaction Get TransactionForCurrentThread();31 ITransaction GetCurrentTransaction(); 32 32 33 33 IDataAdapter<ObjT> GetDataAdapter<ObjT>()
Note: See TracChangeset
for help on using the changeset viewer.