Retrieving relations

Posts   
 
    
PatrickHofman avatar
Posts: 14
Joined: 22-Aug-2005
# Posted on: 29-Mar-2006 17:31:02   

Hi to all,

This is the problem: I am working on a synchronization using LLBLGen (I know, it's not that fast, but it's for use of small db's over Internet anyway).

The problem I have now is that I cannot retrieve dynamically what relations there are. I can use reflection to check all the IEntityRelation objects, but this is hell of a job. So the question is: can I retrieve (I prefer when processing a field) the relations of this field?

Thanks for helping!

Patrick

Walaa avatar
Walaa
Support Team
Posts: 14983
Joined: 21-Aug-2005
# Posted on: 29-Mar-2006 17:51:21   
PatrickHofman avatar
Posts: 14
Joined: 22-Aug-2005
# Posted on: 29-Mar-2006 20:08:38   

Walaa wrote:

The following thread is a good lead: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=2019

Thanks Walaa. I was already looking for something like this, but I couldn't find it. I made something similar myself, not as advanced as this, but ok.

Actually, one of the other suggestions in that topic, code generation, is the one I am going to try now...

I will keep you informed...