entity framework - Suffix a term to every class generated -


i generating poco entititied using poco entity generator, fine.

but want sufix term "entity" every class generated.

is ther option ,such every entity generated have sufix it?

user userentity

role roleentity

if use poco generator template can open template , modify use new naming convention. must modify type generation (and perhaps file name generation) , navigation property generation.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -