Constructor Visibility

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
ahcruzado
Posts: 1
Joined: Sat 06 Apr 2019 16:21

Constructor Visibility

Post by ahcruzado » Sat 06 Apr 2019 16:27

Hello, I need to know if there is any way to change the visibility of the constructor of some entities.
That is, I want to get some entities to have a non-public constructor (more precisely protected internal).
Thank you

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

Re: Constructor Visibility

Post by Shalex » Thu 11 Apr 2019 19:18

Specify the name of your ORM framework and its version (e.g.: Entity Framework 6).

Post Reply