Project Description
This project take column and table description present on SQL Server database and add them on an edmx file.

Supported feature
- Table Description
- Column Description
Usage
This is a command line tool project, the syntax of the command line is the following :
EFTSQLDocumentation.Generator.exe –c “ConnectionString” –i “edmx input File” [-o “edmx output file”]
if no output file is specified, the input file will be used.
exemple :
EFTSQLDocumentation.Generator.exe –c “Data Source=.\sqlexpress;Initial Catalog=MyDataBase;Integrated Security=true” –i “c:\myProject\myModel.edmx”
Thanks to the CommandLine Parser Library project for letting me parse easily the command line input.