Free cookie consent management tool by TermsFeed Policy Generator

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

Added transaction management (#527)

Location:
trunk/sources/HeuristicLab.DataAccess/Interfaces
Files:
4 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataAccess/Interfaces/IDataAdapter.cs

    r1449 r1468  
    2323using System.Collections.Generic;
    2424using System.Text;
     25using System.Data.Common;
    2526
    2627namespace HeuristicLab.DataAccess.Interfaces {
     
    5253    /// <param name="user"></param>
    5354    bool Delete(ObjT obj);
     55
     56    /// <summary>
     57    /// sets the session
     58    /// </summary>
     59    ISession Session { set; }
    5460  }
    5561}
Note: See TracChangeset for help on using the changeset viewer.