Closed GoogleCodeExporter closed 9 years ago
using latest rev of .nettiers from subversion repo
Original comment by keyok...@gmail.com
on 4 Nov 2010 at 6:20
Hello,
The reason that no records were updated was due to the fact that the Types
parameter that was passed into the DeepSave did not specify the collection of
related products:
Type[] childTypes = new Type[] { typeof(RelatedProduct),
typeof(TList<RelatedProduct>) };
Thanks
-Blake Niemyjski
Original comment by bniemyjski
on 5 Nov 2010 at 12:58
ok thanks but I have updated this and now records are added to db etc but I
need to do a deepload again before the ChildProductIdSource field is accessible
where is should
Original comment by keyok...@gmail.com
on 5 Nov 2010 at 1:05
Original issue reported on code.google.com by
keyok...@gmail.com
on 4 Nov 2010 at 6:18Attachments: