1
0
Fork
You've already forked DtoGen
0
SQL Data Transfer Object Generator
  • C# 100%
Find a file
Eric Boumendil dce356d176 Refactoring
Allows use of this assembly in other projects.
2013年07月27日 18:42:20 +02:00
.nuget Files reorg. 2013年07月08日 21:34:26 +02:00
Properties Refactoring 2013年07月27日 18:42:20 +02:00
.gitattributes Initial commit 2013年07月08日 21:25:32 +02:00
.gitignore file reorg. 2013年07月08日 21:30:45 +02:00
App.config Files reorg. 2013年07月08日 21:34:26 +02:00
ConsoleTraceWriter.cs Refactoring 2013年07月27日 18:42:20 +02:00
DtoGen.csproj Refactoring 2013年07月27日 18:42:20 +02:00
DtoGen.sln Files reorg. 2013年07月08日 21:34:26 +02:00
Generator.cs Refactoring 2013年07月27日 18:42:20 +02:00
ITraceWriter.cs Refactoring 2013年07月27日 18:42:20 +02:00
packages.config Files reorg. 2013年07月08日 21:34:26 +02:00
Program.cs Refactoring 2013年07月27日 18:42:20 +02:00
readme.md Initial commit 2013年07月08日 21:25:32 +02:00

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".