TMappedEntity property access and RTTI

Discussion of open issues, suggestions and bugs regarding EntityDAC
Post Reply
jwrz
Posts: 19
Joined: Mon 22 Aug 2016 05:30

TMappedEntity property access and RTTI

Post by jwrz » Mon 02 Oct 2017 18:06

Is it possible to generate TMappedEntity based classes with access of propperties set to published? It is needed to use RTTI.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: TMappedEntity property access and RTTI

Post by AlexP » Tue 31 Oct 2017 12:40

Hello,

Currently, we support the following access modifiers: Private, Protected and Public. Published will be added to the next version.

Post Reply