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の初心者ですが、UnderlyingCriteriaがnhibernateで何を意味するのかを尋ねたいだけです。
ありがとう
NHibernate 3.0 以降では、 NHibernate の最も古いクエリ インターフェイスの 1 つである (Java Hibernate から継承された)QueryOverの強く型付けされたラッパーです。Criteria
QueryOver
Criteria
プロパティは、構築中のインスタンスへのUnderlyingCriteriaアクセスを提供します。ICriteria
UnderlyingCriteria
ICriteria