I guess I am confused as to the point of the issue. When you call ImportRow it imports all of the columns, etc. from one data table into another. So once it is in the BO, you would just need to navigate or seek to that record....it would then become the current row.
How can I make this row as current row ? So , I can easily access to its properties without exception?