EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard
Rename Settings.CommandTimeout to Settings.ReverseEngineerCommandTimeout.
The Settings.CommandTimeout is used for reverse engineering the database only. Reverse engineering from a local database is very fast, however some users use production servers in remote locations that a quite slow to return data, hence the need for a timeout. I should rename it to ReverseEngineerCommandTimeout to help make it clearer.