Updated Wiki: What's new
Whats coming in the next release:Whats new in v2.13.0:{ get; internal set; } for stored generated fields has been changed to { get; set; }. In some situations you may want to assign it manually, and...
View ArticleUpdated Wiki: What's new
Whats coming in the next release:... Whats new in v2.13.0:{ get; internal set; } for stored generated fields has been changed to { get; set; }. In some situations you may want to assign it manually,...
View ArticleCreated Release: v2.13.0 (May 07, 2015)
Whats new in v2.13.0:{ get; internal set; } for stored generated fields has been changed to { get; set; }. In some situations you may want to assign it manually, and another when serializing across a...
View ArticleUpdated Wiki: What's new
Whats coming in the next release:... Whats new in v2.13.0:{ get; internal set; } for stored generated fields has been changed to { get; set; }. In some situations you may want to assign it manually,...
View ArticleReleased: v2.13.0 (May 07, 2015)
Whats new in v2.13.0:{ get; internal set; } for stored generated fields has been changed to { get; set; }. In some situations you may want to assign it manually, and another when serializing across a...
View ArticleUpdated Release: v2.13.0 (May 07, 2015)
Whats new in v2.13.0:{ get; internal set; } for stored generated fields has been changed to { get; set; }. In some situations you may want to assign it manually, and another when serializing across a...
View ArticleNew Post: Some Foreign Keys are not generated
Hi Christopher, I used:CREATE TABLE [dbo].[CompanyGroup]( [cogID] [int] IDENTITY(1,1) NOT NULL, [cogCompanyGroupName] [nvarchar](50) NULL, [cogValidFrom] [datetime] NULL, [cogValidTo] [datetime] NULL,...
View ArticleNew Post: Some Foreign Keys are not generated
Hi Simon still no luck with the new tt-Script :-( here is an link to the complete dbscript.testdb Thanks for your help.
View ArticleNew Post: added isCreate_DefualtConstructor + isCreateFunction_InitializePartial
Hi, i added two properties in EF.Reverse.POCO.Core isCreate_DefualtConstructor = false;// this will help in not creating the default constructor, good for making two partial classes for one table....
View ArticleNew Post: Generate from VS SQL Database Project or .DACPAC?
Is there any workflow to generate automatically from a Visual Studio SQL Server Database Project? Our authoritative database schema for any version is kept in version control, alongside other code for...
View ArticleCreated Unassigned: computed field is not detected like that [118]
computed field with formula (datefromparts([Anyo],[Mes],[Dia])) and PERSISTENT is not detected like computed in db
View ArticleCreated Unassigned: Please provide consolidated feature list [119]
And if possible combine with samples of where in the template to tweak/enable/disable - that would be great!
View ArticleCreated Unassigned: Generate IndexAttribute [120]
See http://entityframework.codeplex.com/workitem/2748
View ArticleCommented Issue: PrimaryKey column order [122]
The ordering of the columns in a primary key is only considering the order of the columns in the table.There already is a PrimaryKeyOrdinal property, and changing the order to using that seems to be...
View ArticleNew Post: how can i disable CodeGeneratedAttribute feature?
SimonHughes wrote: in the next version (2.12.3) i have greatly reduced the amount of CodeGeneratedAttribute I'm curious how this was causing problems.. Is it because there are platforms that don't...
View ArticleUpdated Wiki: Home
Project DescriptionReverse engineers an existing database and generates EntityFramework Code First POCO classes, DbContext and Configuration mappings. Works forSQL Server and SQL Server Compact 4.0...
View ArticleClosed Unassigned: Please provide consolidated feature list [119]
And if possible combine with samples of where in the template to tweak/enable/disable - that would be great!Comments: Added
View Article