EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the...
```sql CREATE PROCEDURE CheckIfApplicationIsComplete @ApplicationId INT, @IsApplicationComplete BIT OUTPUT AS BEGIN SET NOCOUNT ON; IF (@ApplicationId < 10) BEGIN SET @IsApplicationComplete = 0; SELECT 'Application' [Key], 'Not complete' [Value]; END...
Hi there, I just purchased a license to do this. I would like the following tables to be generated but get this error when I run the POCO generator. SAS_BETA_TRAN1...
Can we have the option to delete entity class and related files when a tt file is saved and the entity no longer exists in the database or the entity...
In my database, I have a table named PerformanceCode. This is a simple table with a few fields, and a primary key. I also have a stored procedure named ValidPerformanceCode....
Investigate this library to see if the output of the generator can make use of these specifications.
It would be nice to be able to generate some view models with this. It needs model classes to inherit from ObservableObject and properties to have backing fields and overridden...
In our dev and test environments we have synonyms that cross database with three-part names. These are being generated from my template successfully, but if I point to our production...
Now with the ability in 3.6.0 to use separate sub-folders I don't need to use separate .tt files such as one for PocoObjects. I can generate all elements needed specified...
Every time I save my Database.tt file, It generates this code for my stored procedure in VisitPivotReturnModelMap.cs ```cs public void Configure(EntityTypeBuilder builder) { builder.ToTable("VisitPivotReturnModel", "dbo"); // I do not have...
Incorporate code gen from Mapperly https://github.com/riok/mapperly