开发者

Why don't the classes in the DBML designer appear in alphabetical order?

开发者 https://www.devze.com 2022-12-24 07:47 出处:网络
I have a DBML file with a very large data model. Whenever I need to add a relationship between to tables I have to select the other table from a combo box whi开发者_如何转开发ch appears to be in in al

I have a DBML file with a very large data model. Whenever I need to add a relationship between to tables I have to select the other table from a combo box whi开发者_如何转开发ch appears to be in in almost random order. Is there a reason these dropdowns aren't in alphabetical order, or is there a way to put them in some kind of order?

Why don't the classes in the DBML designer appear in alphabetical order?


Try to edit the .cs code of your dbml file and put the classes in alphabetic order. However it is not safe as the code is autogenerated...

0

精彩评论

暂无评论...
验证码 换一张
取 消