You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a table of recipient addresses. I only want to insert an address once so I'm using the BulkInsertOrUpdate method and am specifying the columns to check against deduping in the BulkConfig. I don't have any other properties that would change as a result. However I want to get back all of the addresses with their identity regardless of whether they were updated or inserted. Below is the call to the method. Is there a better way of handling this?
I have a table of recipient addresses. I only want to insert an address once so I'm using the
BulkInsertOrUpdate
method and am specifying the columns to check against deduping in theBulkConfig
. I don't have any other properties that would change as a result. However I want to get back all of the addresses with their identity regardless of whether they were updated or inserted. Below is the call to the method. Is there a better way of handling this?The text was updated successfully, but these errors were encountered: