Suggestions on documentation of a DB model when using Entity Framework 4
Posted
by Junior Ewing
on Stack Overflow
See other posts from Stack Overflow
or by Junior Ewing
Published on 2010-05-07T11:42:21Z
Indexed on
2010/05/10
17:34 UTC
Read the original article
Hit count: 276
Any experiences on how to document Entity Framework 4 based Database projects?
There is the Document and Summary properties on the Entities, but if we want to regenerate the model from the database at some point, it will be lost!
Is there some way to map documentation data inside SQL to the Entities in the EDMX file so it is safe.
Suggestions of other best practices? Ideally I want to be able to augo generate html/helpfile documentation from the DB when we deploy.
© Stack Overflow or respective owner