Search Results

3
votes
3answers
1k views

DevExpress eXpressApp Framework (XAF) and eXpress Persistent Objects (XPO): how do I speed up the loading time of associations?

I am having a problem with the speed of accessing an association property with a large number of records. I have an XAF app with a parent class called MyParent. There are 230 record …
0
votes

DevExpress eXpressApp Framework (XAF) and eXpress Persistent Objects (XPO): how do I speed up the loading time of associations?

Thanks for the answer. I created a separate solution and was able to get good performance, as you suggest. My SQL connection is OK and works with other features in the app. Given t …