I would like to understand what happens when you call the Save method of the Business Object when there are multiple records in the DataTable and there are broken rules for some of the records.
I assume only those records that don't have broken rules are saved or do all the records of the datatable have to be valid for the Business object to be saved?