Updated Wiki: What's new
Whats coming in the next release:{ 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...
View ArticleNew Post: The way to choose objects included in the model
This is still on my todo list. It has not been forgotten about :-)
View ArticleNew Post: The way to choose objects included in the model
Simon, I understand. It can be improved to support column level filter, but it's not neccessary for my case. So I didn't realize it.
View ArticleCreated Unassigned: Problem generating TT file [111]
Hi,I am getting this VS error when generating the tt file. Please helpThanksError 1 Running transformation: System.ArgumentException: The path is not of a legal form. at...
View ArticleCommented Unassigned: Problem generating TT file [111]
Hi,I am getting this VS error when generating the tt file. Please helpThanksError 1 Running transformation: System.ArgumentException: The path is not of a legal form. at...
View ArticleCommented Unassigned: MVC Scaffolding error, GenerateSeparateFiles=false [104]
IN VS.net 2013, when I try running the Add New Scaffolded Item -> "MVC5 Controller with views, using Entity Framework" and the model was generated using the single file option...
View ArticleCommented Task: Microsoft suggest to use DbSet instead of IDbSet [89]
Related to discussion: https://efreversepoco.codeplex.com/discussions/568503I would like to move this as an issue because IDbSet is a deprecated interface, and this api will not be updated anymore, so...
View ArticleCommented Unassigned: Unique Indices [59]
It seems there is no option to identify unique keys of a table in database in generated configuration mapping classes.For example```CREATE TABLE [dbo].[FinancialInstitutionOffice]( [Code]...
View ArticleClosed Unassigned: Unique Indices [59]
It seems there is no option to identify unique keys of a table in database in generated configuration mapping classes.For example```CREATE TABLE [dbo].[FinancialInstitutionOffice]( [Code]...
View ArticleNew Post: Some Foreign Keys are not generated
Hallo, im using Version.2.12.3 some Foreign Keys are not generated. Example SQLCREATE TABLE [dbo].[Company]( [coID] [int] IDENTITY(1,1) NOT NULL, [cocogID] [int] NULL, [cocuID] [int] NULL, [coName]...
View ArticleCommented Unassigned: Adding classes for views [88]
Would it be possible to generate classes for SQL Server views and (optionally) table-valued functions?It would be nice to be able to specify list of views to generate POCO classes for. These views may...
View ArticleNew Post: Some Foreign Keys are not generated
Can you check if CompanyGroup.cogID is a PrimaryKey. EntityFramework will only work with ForeignKeys that point to primary keys.
View ArticleCommented Unassigned: Adding classes for views [88]
Would it be possible to generate classes for SQL Server views and (optionally) table-valued functions?It would be nice to be able to specify list of views to generate POCO classes for. These views may...
View ArticleCreated Unassigned: Model is not generated for a complex view [112]
I have a view with the following code:```create view [dbo].[SiriusV_LicensesCount]aswith cteLicenses as (select sum(case when sp.is_test = 0 and sp.mode <> 9 then cast(sp.is_access as int) else 0...
View ArticleNew Post: Some Foreign Keys are not generated
Hi, This is a Primary Key. In this Project we are using the EF Power Tools to generate the classes form db. We want to move to your POCO Generator, to have more control of the generation....
View ArticleCommented Feature: Error when using a DbContextBaseClass that does not...
If the DbContextBaseClass does not implement the constuctor:```public <#=DbContextName#>(string connectionString, System.Data.Entity.Infrastructure.DbCompiledModel model) : base(connectionString,...
View ArticleClosed Issue: Generate optional parameter information in sproc methods [91]
For stored procedures there is currently no handling of optional parameters; all parameters are indicated to be non-optional.I've been trying to find a way to find this information, for instance for...
View ArticleCreated Unassigned: UseCamelCase and views [113]
We have set UseCamelCase = true in our tt file. The problem with this setting that it changes columns in the views as well. Say, I have column FBQuickService or PMSInterface and the resulting name is...
View ArticleCreated Unassigned: FakeDB Context navigation issue [114]
Hi,I am using the Fake DB context for unit testing.The problem I am facing is that I am not able to use the navigation properties, i.e. I have two tables ParentTable and ChildTable.ChildTable...
View Article