Book a Demo

Author Topic: is it possible to change ddl name template  (Read 2592 times)

Uwe K.

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
is it possible to change ddl name template
« on: June 14, 2008, 02:32:40 am »
In Tools>Options>Code Editors is the possibility of edit "DDL Name Templates"
For Example the Foreign Key Template is "FK_%foreigntablename%_%primarytablename%" This is very nice.

Now i tried to find out to change the %foreigntablename% in with the "Alias" from the Tabledefinition.

Is there any list of possible variables/template attribute names that i can use within the DDL Name Template definition ?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: is it possible to change ddl name template
« Reply #1 on: June 16, 2008, 08:41:29 am »
As far as I can tell, those are the only variables supported.

Uwe K.

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: is it possible to change ddl name template
« Reply #2 on: June 16, 2008, 03:22:18 pm »
Hi Simon,
thanks a lot. So in future i change my names manually or i adjust the naming conventions  :)
Uwe