Configure enum options in Code-First .NET server

Hi,

I have a Code-First .NET server (converted from RODL based) that connects to a Delphi client.
The enums that were declared in the RODL had the prefix value option turned off. However, the RODL that is generated from the Code-First .NET server has the option turned on.

Is there a way (an attribute perhaps) to turn the prefix value option for enums off in a Code-First .NET server?

Logged as bugs://D19237.

Hello

I have logged an issue to investigate if it is possible to add corresponding attribute.
As a workaround for now you will need to set the corresponding option manually in the RODL before generating Delphi interface file

Regards