Hi,
i have an update method in my busines Layer that takes a Dictionary collection as an argument. The method updates the database with the passed values.
is this the standard way of writing an update method (i.e to take a Dictionary Collection) to update data in a table?
cheers