Is there a way in telerik openaccess to copy an object from one OpenAccessContext to another?
I tried the following (ugly) approach: Take an object of one context, serialize it, deserialize and then put it in another context.
I cannot believe that there is no build in method to just clone an object. Does anyone know a better way? (and i do not mean: copy using reflection)
You could use the Attach / Detach functionality of OpenAccess ORM to handle this scenario.