EFDesigner2022
EFDesigner2022 copied to clipboard
Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
I have download your Git-Repo and want to rebuild your actual version of the EFDesigner In VS2022 (Community) the "Visual Studio Extention Development" is selected and installed. Then i have...
I have create a simple Database: Parent => Child and Parent
EF Core 8 latest with postgresql When I change the model and save changes, dbcontext generated for EFDesigner 2022 now include **.UseTpcMappingStrategy()** for all tables. So when I generate the...
My code for update is following: ``` Using _DbContext As New FxCorePrints(DbOptionBuilder.Options) _DbContext.Entry(serverPrintGroup).CurrentValues.SetValues(PrintGroupEntity) _DbContext.Update(serverPrintGroup) _DbContext.SaveChanges() NLOGLOGGER.Debug("PrintGroup is successfull modiefied in database") End Using ``` But when i have a new...
This pull request is for a migration of the Entity Framework 6 examples from using Microsoft SQL Server Express (MsSqlExpress) to Microsoft SQL Server Compact Edition (MsSqlCE). MsSqlCE offers a...
Hi, In Entity Framework, there is a "SetNull" option for OnDelete behavior. But in the designer, there are only the None and Cascade. Is there any particular reason SetNull is...
Can we please update the tool to generate foreign key properties in entity classes if they do not exist? Otherwise the only way to retrieve the key value is by...
If there is no current internet connection:- - the designer does not load the model fully/correctly (no properties page is displayed for the model); - entities cannot be added; entity...
Hi Michael - I wasn't sure where to put this, so I'll do it here. I think this is an important project. I may be able to help with the...
I just updated to the latest (as of Feb 8, 2024) version and am now getting a popup dialog error when trying to add a new entity to my existing...