Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有我的 Visual Studio 插件,我想拉入一个 NHibernate 配置文件并基于它生成数据库表。有人对如何做到这一点有任何想法吗?
NHibernate.Cfg.Configuration config = CreateConfigurationWithMappings(); new SchemaExport(config).Create(writeToConsole: true, executeInDatabase: true);