What's the best way to clone/deep copy/duplicate Entities?
Particularly if we have an IEntityCollection2. Ie. We want to do it generically.
Cheers Andrew
Use memory serialization / deserialization as described in the following threads: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=1834 http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=12424
Another option: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=7568