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
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
SimpleRepository automatically creates the table definitions based on the classes you define so there's no mapping to be done.