Page 1 of 1

Name & prefix of Generated Files

Posted: Tue 21 Mar 2017 11:43
by rpgii
Hi

Using Entity Developer - when I generate classes from the Model | Generate Code menu option - the file names have a prefix of EntitiesModel - e.g. if my database table is Customer the class Customer is stored in a file called EntitiesModel.Customer.cs

Is there a way to not add the EntitiesModel prefix so the file is called just Customer.cs

Thanks

Re: Name & prefix of Generated Files

Posted: Tue 21 Mar 2017 17:28
by Shalex
Please open your *.edml model and navigate to Model Explorer > Templates, select your current template, press F4 (Properties) and set Model Name As Files Prefix to False. Save the model and regenerate the code.

Does this help?

Re: Name & prefix of Generated Files

Posted: Tue 28 Mar 2017 08:06
by rpgii
Yes that did help thanks