I have a large amount of tables in entity framework and when I open the EDMX designer I'd like to have some sort of sorting method. Is there a way to do this that doesn't require me to drag and drop every table?
Asked
Active
Viewed 88 times
0
-
You should consider split your edmx to small edmx models. You can check [https://stackoverflow.com/questions/3867479/entity-framework-4-does-it-make-sense-to-create-a-single-diagram-for-all-entiti/3868075#3868075](https://stackoverflow.com/questions/3867479/entity-framework-4-does-it-make-sense-to-create-a-single-diagram-for-all-entiti/3868075#3868075) – Selim Yildiz Sep 09 '19 at 18:31
-
@SelimYıldız that's a really good suggestion, thank you. – Jerrod Timmons Nov 12 '19 at 16:16