how do you change the order of properties/columns?

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
RobertK
Posts: 111
Joined: Thu 02 Mar 2017 05:44

how do you change the order of properties/columns?

Post by RobertK » Sun 16 Apr 2017 07:14

Is there a way to change the order of properties/columns in entity developer?

(I understand that, a rearrange column feature in postgres does not exist - however, I should be able to rearrange the column order in entity developer so next time I recreate the tables entity developer would generate the sql script with the columns in the correct order)

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: how do you change the order of properties/columns?

Post by Shalex » Mon 17 Apr 2017 13:30

RobertK wrote:Is there a way to change the order of properties/columns in entity developer?
Please drag&drop properties/columns in Model Explorer to order them.

RobertK
Posts: 111
Joined: Thu 02 Mar 2017 05:44

Re: how do you change the order of properties/columns?

Post by RobertK » Tue 18 Apr 2017 02:58

Shalex wrote:
RobertK wrote:Is there a way to change the order of properties/columns in entity developer?
Please drag&drop properties/columns in Model Explorer to order them.
Interesting, that works!

But in the class editor drag and drop doesnt work!

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: how do you change the order of properties/columns?

Post by Shalex » Tue 18 Apr 2017 08:52

RobertK wrote:But in the class editor drag and drop doesnt work!
That would be an excessive functionality. You can do the same via Model Explorer (CSDL and SSDL) and on the diagram (CSDL).

Post Reply