How to specify table mappings with Subsonic

subsonic

If you are using Subsonic 3.0 and plan to use the SimpleRepository and POCOs…

How do you specify how to map from a POCO to a database table?

Thank you

Best Answer

SimpleRepository automatically creates the table definitions based on the classes you define so there's no mapping to be done.

Related Topic