Book a Demo

Author Topic: Show index fieldname in classmodel  (Read 5940 times)

louis

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Show index fieldname in classmodel
« on: January 16, 2007, 03:55:28 am »
When I make a class model, I see indexes in this way:

PK_Text(integer)

I have defined the columns and I want it to be displayed as follows:

PK_Text(textID)

I have seen diagrams like this, but a am not able to make it myself. Who can help me?

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Show index fieldname in classmodel
« Reply #1 on: January 16, 2007, 04:14:57 am »
Use Diagram Properties Show Parameter Detail = Name Only

HTH,
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

louis

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Show index fieldname in classmodel
« Reply #2 on: January 16, 2007, 04:32:52 am »
Thank you very much