違いは何ですか
Configuration.Configure(string)//Configure NHibernate using the file specified.
と
Configuration.AddXmlFile(string)//Read mappings from a particular XML file.
?
後者の機能は前者のサブセットのようですが、詳しく説明してくれる人はいますか?
違いは何ですか
Configuration.Configure(string)//Configure NHibernate using the file specified.
と
Configuration.AddXmlFile(string)//Read mappings from a particular XML file.
?
後者の機能は前者のサブセットのようですが、詳しく説明してくれる人はいますか?