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

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -