Entity Clonning

Posts   
 
    
GilShalev2
User
Posts: 2
Joined: 09-Sep-2008
# Posted on: 09-Sep-2008 16:28:55   

Hi,

We would like to know if the llblgen entities support the ability of clonning.

In the world of Datasets - there is a method called "merge" - that enable to clone one dataset onto another.

Do llblgen entities support the ability of clonning?

We are reffering to a deep clone, that includes also the entity relations (i.e. related entities to the root entity)

If so - which method to invoke or which other way to acheive it?

Thanks alot,

Gil Shalev

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 09-Sep-2008 16:51:06   

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

For more threads on cloning just search the forums for "deep clone".