This C# script works in combination with a SQL Server database to create C# POCO objects.
- If you are building a project from the database up (bottom-up approach), this script will help you create/update the project's POCO objects.
- Update POCOS when database tables change.
- Fast way to update your POCOs when working with a Dapper or FluentSql micro-ORM.
- Open the developer command prompt from the Visual Studio start menu (Windows).
- Copy the script to a directory.
- Run the script.