In my ds.Tables[0] there are 11 rows, but after executing these commands there are just 11 empty rows in my BO
MyBO.CopyDataFrom(YourDataTable, ClearAndFillFromDefaultValue)
...gerhard...