Commented Unassigned: Appended 1 to class name [76]
The template is appending a 1 to my class names.It seems that this is being done in in the ef.referse.poco.core.ttinclude t4 template on the following lines// Check for table or C# name clashesif...
View ArticleCreated Unassigned: Generate files in another project [77]
I would to from my data project generate some manager class in my business project.Is it possible to use fileManager.StartNewFile to generate a cs file in another project?I have tried prepending...
View ArticleCommented Unassigned: Generate files in another project [77]
I would to from my data project generate some manager class in my business project.Is it possible to use fileManager.StartNewFile to generate a cs file in another project?I have tried prepending...
View ArticleClosed Unassigned: Generate files in another project [77]
I would to from my data project generate some manager class in my business project.Is it possible to use fileManager.StartNewFile to generate a cs file in another project?I have tried prepending...
View ArticleCommented Unassigned: Generate files in another project [77]
I would to from my data project generate some manager class in my business project.Is it possible to use fileManager.StartNewFile to generate a cs file in another project?I have tried prepending...
View ArticleCreated Unassigned: Additional cs file being created? [78]
I think I have seen this issue before, just not sure what the resolution is.My tt file is named Database.tt and after the template executes it creates a Database.cs file// This file was automatically...
View ArticleCommented Unassigned: Additional cs file being created? [78]
I think I have seen this issue before, just not sure what the resolution is.My tt file is named Database.tt and after the template executes it creates a Database.cs file// This file was automatically...
View ArticleSource code checked in, #3813c71d08fb
Prevent identically named tables from different schemas having "1" appended. Thanks to David Yardy.
View ArticleClosed Unassigned: Appended 1 to class name [76]
The template is appending a 1 to my class names.It seems that this is being done in in the ef.referse.poco.core.ttinclude t4 template on the following lines// Check for table or C# name clashesif...
View ArticleClosed Unassigned: Additional cs file being created? [78]
I think I have seen this issue before, just not sure what the resolution is.My tt file is named Database.tt and after the template executes it creates a Database.cs file// This file was automatically...
View ArticleCommented Unassigned: Additional cs file being created? [78]
I think I have seen this issue before, just not sure what the resolution is.My tt file is named Database.tt and after the template executes it creates a Database.cs file// This file was automatically...
View ArticleCommented Unassigned: When the schemaName filter is set, tablenames have a...
If the SchemaName variable is set, when reading the tablenames from the database, the test for whether to postfix a tablename with "1", compares all the tables, even though they are excluded later.I...
View ArticleSource code checked in, #8bbf1ed7cd10
Alter manifest so it can be installed in VS2012 onwards.
View ArticleCommented Feature: Generate navigation property based on FK name [42]
When there are more than one reference to a table, the generator adds a number after the destination table name in the POCO class to name navigation property. For example if we have a Product table...
View ArticleCommented Feature: Generate navigation property based on FK name [42]
When there are more than one reference to a table, the generator adds a number after the destination table name in the POCO class to name navigation property. For example if we have a Product table...
View ArticleUpdated Wiki: Home
Project Description Reverse 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 ArticleUpdated Wiki: Home
Project Description Reverse 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 Article