Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 890 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 890 Bytes

About

Project site: https://github.com/Tar-Palantir/EFTSQLDocumentation.Generator

Reads a db schema and then adds/updates the documentation in the matching .emdx file.

This is a fork of https://github.com/timabell/ef-document-generator

And the source came from http://eftsqldocgenerator.codeplex.com/

Usage

Run EFTSQLDocumentation.Form.exe
(You can modify the config file before run the application.)

Arguments

  • connectionStrings:ConnStr ... ConnectionString of the documented database
  • InputFileName ... original edmx file
  • OutputFileName ... output edmx file - Default : original edmx file
  • Xmlns ... edmx xml namespace
  • SqlClient ... selected index in database server combobox

Download

EFTSQLDocumentation.FormV1.0