SQL Data Transfer Object Generator
|
|
||
|---|---|---|
| .nuget | Files reorg. | |
| Properties | Refactoring | |
| .gitattributes | Initial commit | |
| .gitignore | file reorg. | |
| App.config | Files reorg. | |
| ConsoleTraceWriter.cs | Refactoring | |
| DtoGen.csproj | Refactoring | |
| DtoGen.sln | Files reorg. | |
| Generator.cs | Refactoring | |
| ITraceWriter.cs | Refactoring | |
| packages.config | Files reorg. | |
| Program.cs | Refactoring | |
| readme.md | Initial commit | |
Basic command line utility capable of generate DTO based on SQL query.
Example:
DTOGen -cn CS_NAME -name MyEntity -ns My.Namespace -sql "SELECT * FROM Entities"
It supposes that you added to the configuration file the connection string named "CS_NAME".