Hi
Is there a way to expand a specific proxyList using GetManager.Find< > ?
Currently I'm using
TXDataOperationContext.Current.GetManager.ProxyListLoadDepth := 1; // or 2 or more
TXDataOperationContext.Current.GetManager.Find<TObject>(id_object)
But in this case it expands all sub objects by proxyList
- it can be heavy and long for not useful data
- it can expose data without control
Thanks for you help
Sylvain