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
Try out my CreateSchema extension method for objects at http://createschema.codeplex.com/
It returns a string for any object containing CREATE TABLE scripts.