Changeset 1759 for trunk/sources/HeuristicLab.DataAccess.ADOHelper
- Timestamp:
- 05/08/09 12:45:58 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataAccess.ADOHelper/3.2/ManyToManyRelationHelper.cs
r1758 r1759 27 27 28 28 public void UpdateRelationships(Guid objectA, 29 IList<Guid> relationships , int childIndex) {29 IList<Guid> relationships) { 30 30 UpdateRelationships(objectA, relationships, null); 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.