Hello,
I'm using SelfServicing.
In one of my WinForms, I display data in a grid. This Form is used for several Collections, so in my Form, I don't know exactly, what kind of Collection I'm using. I still know, that my DataSource is a ICollection.
Now I have to refetch this Collection. But of course, at this point I don't know, what Collection it is (CustomerCollection, OrderCollection etc.) and also I don't know, what PredicateExpression, PrefetchPath and so on was used for this collection.
In other words:
I need a "RefetchCollection", which will use the same PredicateExpression, PrefetchPath ..., which was used at the first call of "GetMulti(.....)".
Do you understand?
What could I do?
Is there a way to find out the used PredicateExpression of an Collection?
(also PrefetchPath, Rleations and so on).
Thanks for your help,
Alex