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
Post a Comment