Arash
Arash

Reputation:

How to specify table mappings with 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

Upvotes: 0

Views: 119

Answers (1)

John Sheehan
John Sheehan

Reputation: 78104

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

Upvotes: 1

Related Questions