Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/09 01:33:37 (15 years ago)
Author:
svonolfe
Message:

Added transaction management (#527)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataAccess.ADOHelper/HeuristicLab.DataAccess.ADOHelper.csproj

    r1402 r1468  
    6464  </ItemGroup>
    6565  <ItemGroup>
    66     <Compile Include="CachedDataAdapter.cs" />
    6766    <Compile Include="DataAccessADOHelperPlugin.cs" />
    6867    <Compile Include="DataAdapterBase.cs" />
     68    <Compile Include="DataAdapterWrapperBase.cs" />
     69    <Compile Include="IDataAdapterWrapper.cs" />
     70    <Compile Include="Session.cs" />
     71    <Compile Include="SessionFactory.cs" />
     72    <Compile Include="Transaction.cs" />
     73    <Compile Include="TransactionManager.cs" />
    6974  </ItemGroup>
    7075  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.