Changeset 2004 for trunk/sources/HeuristicLab.DataAccess
- Timestamp:
- 06/04/09 17:04:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataAccess/3.2/Interfaces/IDataAdapter.cs
r1493 r2004 48 48 49 49 /// <summary> 50 /// Get all objects (paged) 51 /// </summary> 52 /// <returns></returns> 53 ICollection<ObjT> GetAll(int from, int size); 54 55 /// <summary> 50 56 /// Deletes the object 51 57 /// </summary>
Note: See TracChangeset
for help on using the changeset viewer.