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.
Fluent NHibernate APIによって生成されたマッピングXmlファイルを読み取るにはどうすればよいですか?
FluentNhibernate を構成した後
Configuration config = new Configuration(); config.Configure(); PersistenceModel persistenceModel = new PersistenceModel (); persistenceModel.Configure (config);
使用できます
persistenceModel.WriteMappingsTo (path);