Book a Demo

Author Topic: code vs. transformationtemplates  (Read 2027 times)

Mischa81_II

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
code vs. transformationtemplates
« on: May 02, 2006, 12:42:53 am »
Hi all,

I'm evaluating the EA 6 and can't find a difference between the two menus Code Generation Templates... and Transformation Template...
Both dialogs looks very! similar. It seems as they are equal.
Can anybody tell me the diffs?

Thx
« Last Edit: May 02, 2006, 12:43:59 am by Mischa81_II »

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: code vs. transformationtemplates
« Reply #1 on: May 02, 2006, 02:26:39 am »
Hi,

generally speaking, code generation templates define how should the model be translated into the code (e.g. C#). The transformation templates define how should your model be translated into a different model (e.g. you could translate your set of classes into corresponding tables).

Hope this helps!
Bruno