How do I set up LLBLGen to use auto implemented properties instead of using backing fields?

I am trying to reverse engineer an entity + mapping for NHibernate.

link|improve this question

Isn't clear what you mean. Please elaborate more. – David Elizondo Jul 30 '11 at 11:55
I want to get properties from LLBLGen with this kind of style: public string Name { get; set;} instead of using backing fields. – Rookian Jul 30 '11 at 15:53
1  
There is no setting for that. However you can change the templates, or better write your own based on the original templates and override the original ones. This is not that hard but you have to invest some time getting into the SDK docs. – David Elizondo Aug 4 '11 at 22:27
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.