c# - How to find all unused properties in Entity Framwork model -


i have model many tables , columns , want clear it, searching unused columns.

it's not possible 1 one searching references.

there's way that?

you can use resharper remove unused stuff.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -