Dapper.Contrib icon indicating copy to clipboard operation
Dapper.Contrib copied to clipboard

Table Pluralization

Open Q-Tec90 opened this issue 4 years ago • 1 comments

Is there still no way to disable the default table pluralization? I was looking for something compareable to entity framework becaues I can't use ef framework in the current project but the forced default table pluralization is killing me. The entity classes will be generated externally and I can not add the table attribute to the table type because everytime the interface gets extended the classes will be generated again and the attribute will be gone.

Q-Tec90 avatar Nov 22 '21 12:11 Q-Tec90

@Q-Tec90 Have you seen the SqlMapperExtensions.TableNameMapper?

meixger avatar Dec 22 '21 09:12 meixger