Reputation:
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
Upvotes: 0
Views: 119
Reputation: 78104
SimpleRepository automatically creates the table definitions based on the classes you define so there's no mapping to be done.
Upvotes: 1