Copy dataView Row to UD15 table

I am trying to copy an edv.dataView[edv.Row] to a UD15 row. I would of course change the Key fields before do the update on the UD15 adapter.

I have a ton of UD fields added to UD15 and don’t want to have to save each row. Is this possible?

Tried this but it won’t compile
UD15Adpt.UD15Data.UD15.Rows[0].ItemArray = edv.dataView[edv.Row].ItemArray;