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.
我是nhibernate的初学者,我只想问一下nhibernate中的UnderlyingCriteria是什么意思?
谢谢
在 NHibernate 3.0 和更新版本中,是NHibernate 最古老的查询接口之一(继承自 Java Hibernate)QueryOver的强类型包装器Criteria
QueryOver
Criteria
该UnderlyingCriteria属性提供对ICriteria正在构建的实例的访问。
UnderlyingCriteria
ICriteria