Search   

Sunday, February 05, 2012

Support » Support Forum

Register  Login

 Menu  
 
    

 Welcome!  
 


Welcome to the NDO support forum!

kreis.gif Please register/login at the site if you want to post a thread. We sometimes copy support mails of common interest to the forum. They appear with anonymous sender.
kreis.gif Please post your messages in English language if possible. You can do your posts also in German, we will translate your post and our answer so that all users of the forum can read your posts.
kreis.gif The forum software requires that javascript is enabled.
kreis.gif Please do not insert licence information or licence keys in forum posts.
kreis.gif If you know a good answer to a post of another user, feel free to reply!
kreis.gif The forum is monitored. We reserve the right to remove posts we consider not to be useful for other forum users.

   Print   

      
 NDO Support Forum  
 
SearchForum Home
  NDO-Forum postings in english please, if possible.  Developing with NDO  Sorted Relation...
 Sorted Relation Lists
 
 6/26/2006 2:17:14 PM
anonymous
20 posts


Sorted Relation Lists
Hi, is it possible to declartively sort relation lists, so that the child objects are sorted after a query? Or is it necessary to sort the list by myself? mo
 6/26/2006 2:20:56 PM
Mirko
109 posts
5th


Re: Sorted Relation Lists

Hi mo,

we have plans to implement something like that. But at the moment you have to sort your lists by yourself. Note, that sorting is faster, if you can preload your child objects using a prefetch:

NDOQuery q = new NDOQuery(pm);
q.Prefetches.Add("travels");
List l = q.Execute();
 

Best Regards:
Mirko

  NDO-Forum postings in english please, if possible.  Developing with NDO  Sorted Relation...
  SearchSearch  Forum HomeForum Home