Does anyone know a way to auto-generate database tables for a given class? I\'m not looking for an entire persistence layer - I already have a data access solution I\'m usi
I know you're looking for an entire persistence layer, but NHibernate's hbm2ddl task can do this almost as a one-liner.
There is a NAnt task available to call it which may well be of interest.