fluent-nhibernate icon indicating copy to clipboard operation
fluent-nhibernate copied to clipboard

Enhance IPropertyInstance to detect automatically generated column names

Open fubar-coder opened this issue 10 years ago • 0 comments

An enhancement of IPropertyInstance would be useful to detect the situation where the column name was generated automatically by fluent-nhibernate. This would allow a distinction in situations where the property name really equals to the column name and where the column name is automatically generated and has to be modified in a way that matches (most) of the databases convention.

I know that working with legacy databases are a PITA, but I have no chance to change the legacy database in question.

EDIT: The current workaround is using the column name auto instead which doesn't seem the ... right solution to me.

fubar-coder avatar Sep 11 '15 09:09 fubar-coder