Hi,
I create new customers, and I want to add them to the database. How can I do that in one round trip?
One solution might be creating Customer entitites, create an Entity collection, and add all the customer entities to them.
Is it possible to update this collection to the database without fetching an empty one?
Thanks
Gabor