Custom Types in Entity Developer

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
chos88
Posts: 1
Joined: Thu 18 Jun 2020 06:54

Custom Types in Entity Developer

Post by chos88 » Thu 18 Jun 2020 07:11

Hi,

Is it possible to force the entity developer to create one single custom type per imported stored procedure? I have noticed than one custom type can be reused by several methods in the context class (that return objects with identical properties) which imho makes it less clear to review the code.

I am using the EF Core Model targeting .Net Core 3.0

Thank you very much

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

Re: Custom Types in Entity Developer

Post by Shalex » Fri 19 Jun 2020 17:15

Entity Developer doesn't include setting to create one single custom type per imported stored procedure at the moment. We will investigate the question and notify you about the result.

Post Reply