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
Loading
Niradhip ChakrabortyPosted Sep 16, 2009, 1:16 AM
So you can use dictionary collection to update the records.
Even you also use array, arraylist, hash table to hold the records and update one by one.