Well that is probably his goal but code wise not really efficient. I often have the same problem which I usually solve by performing a .Clear() and then adding the items by creating new items based on a collection of dto items. These items are 99% of the time the exact same items value wise. Adding add/update/delete logic often is a shitload of code thus increased development time. On Dec 7, 2011 6:29 PM, "Jason Meckley" <[email protected]> wrote:
> why not update the record rather than delete and insert? > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/nhusers/-/81zueJdpjhkJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
