New Post: Namespaces on separate folders
Hi, Thanks for the great job for making EntityFramework Reverse POCO Code First Generator. my problem is can we create a separate folder for repository, interfaces, configurations and POCO entities by...
View ArticleSource code checked in, #c32384486abe
Read the extended properties and add them as comments to the code.
View ArticleUpdated Wiki: What's new
Comming in v3.0.0:Support for any database. MySQL, Oracle, etc. This may take a while...Whats new in v2.6.0:It now reads the extended properties and can add them to the poco classes in comments. See...
View ArticleReleased: v2.6.0 (Jul 22, 2014)
This release adds the ability to read the extended properties and add them as comments to the generated code. Either at the end of the field, or above in a <summary> block.
View ArticleCreated Release: v2.6.0 (Jul 22, 2014)
This release adds the ability to read the extended properties and add them as comments to the generated code. Either at the end of the field, or above in a <summary> block.
View ArticleUpdated Wiki: What's new
Comming in v3.0.0:Support for any database. MySQL, Oracle, etc. This may take a while...Whats new in v2.6.1:Added the same extended properties comments facility for SQL CE. Thanks to @ErikEJWhats new...
View ArticleNew Post: Namespaces on separate folders
hello, I fix some bugs of version 2.6.1, if you still have interest in using it: https://docs.google.com/file/d/0B4biVZe5_eNtcC05eElRODRyR0E/edit?pli=1 'm from Brazil and translate this phrase with...
View ArticleSource code checked in, #b2bc479ef529
Include another namespace if Target framework is not 4.0. Thanks to NazmulRockOn
View ArticleNew Post: Separate folders for models and configurations?
It is possible to generate the models and configurations in separate folders. The original powertool from MFST create a "Models" folder with a "Mapping" subfolder. That worked out quite well for us.
View ArticleCreated Unassigned: New Lines in Extended Properties Cause Errors [64]
Thanks for adding the ability to include the extended properties in the comments! One problem that I encountered was that our extended properties can be multiline with CR/LFs. These cause problems when...
View ArticleSource code checked in, #3cdc4399ead9
CR/LF in extended properties caused errors. Thanks to simmered.
View ArticleClosed Unassigned: New Lines in Extended Properties Cause Errors [64]
Thanks for adding the ability to include the extended properties in the comments! One problem that I encountered was that our extended properties can be multiline with CR/LFs. These cause problems when...
View ArticleUpdated Wiki: What's new
Comming in v3.0.0:Support for any database. MySQL, Oracle, etc. This may take a while...Comming in v2.6.2:Include another namespace if Target framework is not 4.0. Thanks to NazmulRockOn. CR/LF in...
View ArticleNew Post: Stoed Procedures or functions
is there anyway to make this also look for procedures and/or functions?
View ArticleCommented Feature: Support stored procs, functions [15]
Support the following (with immutable classes for results):* Stored procedures* FunctionsComments: Simon, Can you elaborate a bit please? How can I use a stored proc to get my data from the database to...
View ArticleCommented Unassigned: Ability to exclude Fields [61]
There is an option to exclude tables while generating classes.It would be great if you add another option to exclude some Fields also.For example all of our tables have CreateTime, UpdateTime, etc. and...
View ArticleCreated Unassigned: Add IsFixedLength attribute for char (nchar) columns [65]
Please correctly set the IsFixedLength attribute for the columns where this is true (such as char and nchar columns).
View Article