Changeset 1515 for trunk/sources/HeuristicLab.DataAccess.ADOHelper
- Timestamp:
- 04/04/09 15:46:43 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.DataAccess.ADOHelper
- Files:
-
- 2 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataAccess.ADOHelper/DataAdapterBase.cs
r1492 r1515 92 92 } 93 93 94 protected IDataAdapterWrapper<AdapterT, ObjT, RowT> DataAdapterWrapper { 95 get { 96 return dataAdapter; 97 } 98 } 99 94 100 public ISession Session { 95 101 get { -
trunk/sources/HeuristicLab.DataAccess.ADOHelper/HeuristicLab.DataAccess.ADOHelper.csproj
r1513 r1515 85 85 <Compile Include="DataAdapterWrapperBase.cs" /> 86 86 <Compile Include="IDataAdapterWrapper.cs" /> 87 <Compile Include=" Relationship.cs" />88 <Compile Include=" RelationshipAdapter.cs" />87 <Compile Include="BinaryRelation.cs" /> 88 <Compile Include="BinaryRelationHelper.cs" /> 89 89 <Compile Include="Session.cs" /> 90 90 <Compile Include="SessionFactory.cs" />
Note: See TracChangeset
for help on using the changeset viewer.