Quantcast
Channel: EntityFramework Reverse POCO Code First Generator
Browsing all 1642 articles
Browse latest View live
↧

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 Article


Image may be NSFW.
Clik here to view.

Updated 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 Article


New Post: Exclude schema tables, rename (hide schema prefix)

I have now added full regex schema filtering. Download the latest source code.

View Article

New 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 Article

Commented 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 Article


New 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 Article

New 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 Article

Source code checked in, #a04760441c1d

Added Regex schema filtering

View Article


Closed 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 Article


Created 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 Article

New 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 Article

Edited 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 Article

Image may be NSFW.
Clik here to view.

Updated 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 Article


Released: 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 Article

Created 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 Article


Closed 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 Article

Closed 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 Article


Closed 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 Article

Image may be NSFW.
Clik here to view.

Updated 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

Source code checked in, #7ae2debbc343

Revision bump

View Article
Browsing all 1642 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>