0
omer_yel created
- ABP Framework version: v8.2.0
- UI Type: Blazor Server
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): Tiered
- <br>
Hi
How can we extend IdentityUser entity as User? We want to add property into user and view them in AbpUser table. How can we achieve this without using extraproperty feature?

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
Hi,
You can consider this https://learn.microsoft.com/en-us/ef/core/modeling/inheritance
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)