mthamil / EFDocumentationGenerator

A Visual Studio plugin for the Entity Framework designer which pulls MS_Description properties from a database and populates an entity model with them.
Apache License 2.0
11 stars 5 forks source link

Does not support plural table names #11

Closed chrisdevita closed 6 years ago

chrisdevita commented 7 years ago

When tables are named with plural words the document generator does not work. I am testing on an older existing database. I debugged the source to see why it wasn't finding any MS_Description extended properties on my tables and saw the sql generated to query used the singular of the table name.

mthamil commented 6 years ago

FYI, I've started working on this.