Hello,
I am grabbing a collection of my objects from Subsonic service layer. I am modifying these objects via GridView. I now want to "merge" this new set of data into my database, same tables that data originally came from.
DataSet has a merge method I believe, wondering if I can do the same in SubSonic.
Thanks!