New Posts New Posts RSS Feed: Entity Create Method VB Code Generation Incorrect
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Entity Create Method VB Code Generation Incorrect

 Post Reply Post Reply
Author
rclarke View Drop Down
Groupie
Groupie


Joined: 14-Jun-2007
Location: United States
Posts: 69
Post Options Post Options   Quote rclarke Quote  Post ReplyReply Direct Link To This Post Topic: Entity Create Method VB Code Generation Incorrect
    Posted: 11-Nov-2008 at 5:48am
The code generation from Object Mapper(4.2.1.5) for the Create Method of an Entity is incorrect for VB. The OM generates the following line:
EntityClassName.AddToManager
instead of:
EntityClassName.EntityAspect.AddToManger.
Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post Posted: 11-Nov-2008 at 1:00pm
Thanks Ron.  Turns out that the C# template is also out of date.  We'll get these fixed in the next release.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down