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