Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Well, if it's the only DataRow in the BO that is not Unchanged (modified), then it will be the only row that is saved. Otherwise, you would need to create a new business object, filter the current one down to that record, use MergeDataFrom to copy over the record, and save the new business object with just that one record in it.
|