Closed CaspianCanuck closed 10 years ago
Hi,
I'd like to avoid using database schema-related data annotation attributes in my POCO classes. Is there a way to configure all POCO-to-table mappings in a separate configuration class?
You can use the DDL FluentBuilder. If you are referring to something like EF metadata, I'm still thinking if I'll add that feature.
Hi,
I'd like to avoid using database schema-related data annotation attributes in my POCO classes. Is there a way to configure all POCO-to-table mappings in a separate configuration class?