实体框架 - 有没有一种方法来重新排序EDMX设计特性?方法来、实体、框架、特性

2023-09-03 10:40:03 作者:胡逼扯扯的@

我使用实体框架模型设计师来设计模型的一个新项目。

I'm using Entity Framework's model designer to design the model for a new project.

添加属性是相对容易的,但他们总是附加到实体。

Adding properties is relatively easy, however they're always appended to the entity.

有没有办法,一旦他们已被添加到重新排序的属性?这是很烦人的!

Is there a way to reorder the properties once they've been added? This is quite annoying!

推荐答案

在VS2012它更容易:只需preSS ALT + 向上 / 下跌与所选择的属性。

In VS2012 it's much easier: just press alt + up/down with the property selected.