When i define EnumProperty in Class as extern it will always generate in DTO...
How can i change the DTOTemplate to prevent the generation of Enum properties ?
Enum Dto Classes
Re: Enum Dto Classes
Please open your model, open Properties for the necessary entity property with the Enum type and set the "Generate DTO" property to False, save the changes and re-generate the code.
Does it help?
Does it help?