Edited Feature: The generated context class still implements IDbContextName...
If Elements.UnitOfWork is omitted from ElementsToGenerate, the generated context class still implements the interface, despite the interface not actually being generated.I temporarily fixed this around...
View ArticleUpdated Wiki: What's new
Whats coming in the next release:Data Annotations. Regex schema filtering. Whats new in v2.17.1:Case 162. Still using Async if TargetFrameworkVersion = "4.0". Thanks to cowpy520. Case 163. Handle views...
View ArticleNew Post: Exclude schema tables, rename (hide schema prefix)
I have now added full regex schema filtering. Download the latest source code.
View ArticleNew Post: Exclude schema tables, rename (hide schema prefix)
Hi Simon. I have a special requirement for filtering for a DbContext: All stored procedures in a schema (not dbo) combined with a number of tables from the dbo schema. It looks like the current...
View ArticleCommented Unassigned: lambda expresion for ReverseNavigationProperty +...
Hi,You have a lambda expresion for columns, in "EF.Reverse.POCO.ttinclude":```<#if(isIncludeClassProperties){#> <#= WritePocoColumn(col) #><# } #>```that can be set in the .tt...
View ArticleNew Post: Exclude schema tables, rename (hide schema prefix)
Hi Erik, Set the database.tt schema filter include to be new Regex("dbo"); That will filter both the stored procs and tables for 'dbo' only. As you want stored procs in non-dbo schema, in...
View ArticleNew Post: Exclude schema tables, rename (hide schema prefix)
Hi Simon, Not sure that it fullfills my requirement. I want all stored procedures in schema: "utility" + a selection of tables in the dbo schema in my DbContext.
View ArticleClosed Feature: The generated context class still implements IDbContextName...
If Elements.UnitOfWork is omitted from ElementsToGenerate, the generated context class still implements the interface, despite the interface not actually being generated.I temporarily fixed this around...
View ArticleCreated Feature: Minimise usings to the bare minimum required [172]
There are too many using statements which are not required if the code is outputted on a file by file basis.
View ArticleNew Post: donation + some feature requests
"SchemaFilterExclude" and "SchemaFilterInclude", like you did it for tables would be helpful. This is now in release v2.17.2
View ArticleEdited Feature: Provide a schema filter to in/exclude tables [47]
Allow the user to filter tables with a Regex according to the schema the table belongs to. For instance include all tables in schema dbo, similar like the filter for tablenames.
View ArticleUpdated Wiki: What's new
Whats coming in the next major release:Data Annotations. Whats new in v2.17.2:Regex schema filtering. Case 166. Remove "Elements.StoredProcedures" causes build errors. Thanks to bbieb. Support...
View ArticleReleased: v2.17.2 (Jan 25, 2016)
Whats new in v2.17.2:Regex schema filtering. Case 166. Remove "Elements.StoredProcedures" causes build errors. Thanks to bbieb.Support HierarchyId. Prevent the use of tables which contain periods '.'...
View ArticleCreated Release: v2.17.2 (Jan 25, 2016)
Whats new in v2.17.2:Regex schema filtering.Case 166. Remove "Elements.StoredProcedures" causes build errors. Thanks to bbieb.Support HierarchyId.Prevent the use of tables which contain periods '.' as...
View ArticleClosed Feature: Provide a schema filter to in/exclude tables [47]
Allow the user to filter tables with a Regex according to the schema the table belongs to. For instance include all tables in schema dbo, similar like the filter for tablenames.Comments: Released in...
View ArticleClosed Issue: Column filter doesn't exclude full column names as I expect [167]
Hi,I have a column called DateCreated in a table called Products.SupplierProduct - I don't want this attribute to show up in the POCO.When I set the column filter to:ColumnFilterExclude = new...
View ArticleClosed Issue: remove "Elements.StoredProcedures" causes build errors [166]
If you remove "Elements.StoredProcedures" from "ElementsToGenerate = Elements.Poco | Elements.Context | Elements.UnitOfWork | Elements.PocoConfiguration | Elements.StoredProcedures;", the following...
View ArticleUpdated Wiki: What's new
Whats coming in the next major release:Data Annotations. Whats new in v2.17.2:Regex schema filtering. Case 166. Remove "Elements.StoredProcedures" causes build errors. Thanks to bbieb. Support for...
View Article