Entity wIthout a Primary Key

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
dangb00
Posts: 4
Joined: Fri 17 Sep 2021 07:52

Entity wIthout a Primary Key

Post by dangb00 » Sat 18 Sep 2021 08:41

Is there any way to override/ block the error for a Entity without a PK (on the basis that I'm extending from IdentityUser and so don't need to create one in the Entity). ( EF Core for use with SQL Server)

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Entity wIthout a Primary Key

Post by Shalex » Tue 21 Sep 2021 11:57

We will notify you when the Do Not Generate option for a class property is implemented in EF Core Model.

dangb00
Posts: 4
Joined: Fri 17 Sep 2021 07:52

Re: Entity wIthout a Primary Key

Post by dangb00 » Tue 21 Sep 2021 13:01

Shalex - awesome! thank you!

Post Reply