.net - T4 template to generate a typed dataset -
is there t4 template generate typed dataset?
i using ndbunit testing , have xsd automatically updated when change database schema. ideally xsd contain subset of tables in database.
alternatively there command line tools, nant or msbuild tasks can this?
mygeneration has strongly-typed dataset generator template , set of command-line opts enable invoke automatically part of build process. see http://www.mygenerationsoftware.com/portal/default.aspx more info, downloads, link latest version, , library of existing templates.
also, because mygeneration supports persisting mygeneration 'project settings' , re-running them command-line, can save input choices make template (e.g., subset of tables want select db) , re-apply them when template re-run.
Comments
Post a Comment