timabell / ef-edmx-sorter

Re-orders the conceptual model properties in a .edmx file to match the order of the storage model properties
0 stars 1 forks source link

assumes names are same in conceptual and storage model #1

Open timabell opened 9 years ago

timabell commented 9 years ago

They can be different. Would have to read and use the mappings from the .edmx file to support this.

Currently outputs a message on the console if it can't find anything in the storage model [entity] exists in conceptual model but not in storage model, skipped. which would be a clue that something you have is mapped. Anything it can't find is skipped.

timabell commented 9 years ago

happens if you've pluralized the storage model name