Changeset 1513 for trunk/sources
- Timestamp:
- 04/03/09 14:37:46 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.DataAccess.ADOHelper
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataAccess.ADOHelper/DataAdapterWrapperBase.cs
r1492 r1513 42 42 public AdapterT TransactionalAdapter { 43 43 get { 44 if (session == null) 45 throw new Exception("No session set!"); 46 44 47 ITransaction trans = 45 48 session.GetCurrentTransaction(); -
trunk/sources/HeuristicLab.DataAccess.ADOHelper/HeuristicLab.DataAccess.ADOHelper.csproj
r1488 r1513 85 85 <Compile Include="DataAdapterWrapperBase.cs" /> 86 86 <Compile Include="IDataAdapterWrapper.cs" /> 87 <Compile Include="Relationship.cs" /> 88 <Compile Include="RelationshipAdapter.cs" /> 87 89 <Compile Include="Session.cs" /> 88 90 <Compile Include="SessionFactory.cs" />
Note: See TracChangeset
for help on using the changeset viewer.