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  QueryHelper...
 QueryHelper
 
 1/30/2007 4:17:00 PM
VehringRu
7 posts


QueryHelper
 Modified By Mirko  on 2/2/2007 11:43:29 AM)

Wie kann ich die Klasse QueryHelper in VB.NET ansprechen?

How to use the QueryHelper classes in VB.NET?

 1/30/2007 5:55:18 PM
Support
5 posts


Re: QueryHelper
 Modified By Mirko  on 2/2/2007 11:47:30 AM)

Hi, I translated the sample in the NDO Users Guide into VB.NET:

dim qh as new Employee.QueryHelper
Dim q as Query = pm.NewQuery(GetType(Employee), qh.travels.purpose & " LIKE 'TechEd 2006'")
First I create an instance of the QueryHelper object. This instance provides the names of the persistent fields of the Employee class. As you can see in the sample, you can navigate over the relation travels to the travel child objects and query for conditions in the child objects.

Regards:
Robert

 1/31/2007 4:40:39 PM
VehringRu
7 posts


Re: QueryHelper
 Modified By VehringRu  on 1/31/2007 5:42:48 PM)
Wo finde ich das VB.NET Beispiel in der angesprochen Hilfe?
 1/31/2007 4:45:37 PM
Support
5 posts


Re: QueryHelper
 Modified By Mirko  on 2/2/2007 11:49:49 AM)
Hallo, die Beispiele in der Hilfe sind nur in C#; meine Antwort war eine "Übersetzung" in VB.NET. Grüße, Robert
 2/1/2007 11:08:46 AM
VehringRu
7 posts


Re: QueryHelper
 Modified By Mirko  on 2/2/2007 11:49:17 AM)

[translated] Ok, thanks, your translation seems to work but the class VB doesn't know the class QueryHelper at compile time. Is this only a feature of C#? 

Ok, Vielen Dank, die Übersetzung scheint korrekt, aber die Klasse Queryhelper ist in VB.NET zum Zeitpunkt der Übersetzung nicht bekannt. Wie kann man das Problem lösen und die Funktionalität des Querhelpers in VB.NET nutzen, oder ist diese Funktionalität nur unter c# verfügbar?
Gruss VehringRu

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