Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Is there any way to refresh the data in a BO, without explicitly calling the appropriate Fill method? I.e. I'm changing sequences of items, basically just swapping the value of a sequence field. After I'm done, I need to update the BO so the data in the table is correct. I'm currently using a stored procedure to do the work (cause it was already built). I'm calling this from an object that doesn't know how the BO was filled, so I don't have access to that information. Maybe the BO doesn't either. If not, I suppose what I need to do is do the swapping in the BO, on the data table, then I can refresh the controls right?
|