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.
我的公司正在使用一个名为 U2 Universe 的数据库。数据库制造商为我们提供了与 Microsoft 的实体框架一起使用的 ADO.Net 提供程序。
是否可以扩展 NHibernate 以使其与 ADO.Net 提供程序一起使用?
谢谢。
当然是。你需要实现IDriverand Dialect(你可以使用GenericDialect,但它通常太有限了)
IDriver
Dialect
GenericDialect
例如,查看现有驱动程序和方言的来源。