Closed cuentawarra closed 9 years ago
I don't think Upsert works with lists
Then how i can do to work
Try it the old fashioned way, try to update rows then do inserts when the update returns 0. But I think you can't use any strongly typed helpers, dynamic is supported only for queries (mapping to).
I dont know how to do an upsert nor select table where i have the following code dynamic list is a dynamic object from a linq query:
How i can do it right? Thank you.