Commented Feature: add support for generating enums based on lookup tables in...
Allow the user to list the set of lookup tables they would like enums for (and potentially try to discover them with some heuristics, like 2 columns of int and string, row count under X, etc). Option...
View ArticleCreated 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 ArticleCommented Feature: Support stored procs, functions [15]
Support the following (with immutable classes for results):* Stored procedures* FunctionsComments: The most recent EF version supports stored procedures and functions. Would it be possible to add such...
View ArticleCommented Feature: Support stored procs, functions [15]
Support the following (with immutable classes for results):* Stored procedures* FunctionsComments: This is currently under development and is my no.1 priority. 70% complete.
View ArticleCommented Feature: Support stored procs, functions [15]
Support the following (with immutable classes for results):* Stored procedures* FunctionsComments: 80% Complete. Blog post about calling stored procedures via EntityFramework, and obtaining the Return...
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 ArticleSource code checked in, #bd510f932db5
Sort contents of HasForeignKey(...) by foreign key ordinal
View ArticleUpdated Wiki: What's new
Whats new in v2.9.0:Stored procedure support.This includes the ability to retrieve the RESULT from stored procs, as well as the data. A result of 0 means success, any other value is an error.Include...
View ArticleUpdated Wiki: What's new
Whats new in v2.9.0:Stored procedure support.This includes the ability to retrieve the RESULT from stored procs, as well as the data. A result of 0 means success, any other value is an error.Include...
View ArticleClosed Feature: Support stored procs, functions [15]
Support the following (with immutable classes for results):* Stored procedures* FunctionsComments: Implemented in v2.9.0
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 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 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 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 ArticleReleased: v2.9.0 Stored procedure support (Jan 20, 2015)
Now has Stored procedure support!This includes the ability to retrieve the RESULT from stored procs, as well as the data. A result of 0 means success, any other value is an error.Include stubs for the...
View ArticleCreated Release: v2.9.0 Stored procedure support (Jan 20, 2015)
Now has Stored procedure support!This includes the ability to retrieve the RESULT from stored procs, as well as the data. A result of 0 means success, any other value is an error.Include stubs for the...
View ArticleUpdated Wiki: What's new
Whats new in v2.9.0:Stored procedure support !This includes the ability to retrieve the RESULT from stored procs, as well as the data. A result of 0 means success, any other value is an error.Include...
View Article