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

Use cs mapping to determine entity table names. #15

Closed mthamil closed 6 years ago

mthamil commented 6 years ago

When table names are pluralized, they do not exactly match entity names. The actual table names should be pulled from the edmx mapping section. This resolves issue #11.