C# (CSharp) Castle.ActiveRecord.Queries 네임스페이스

중첩된 네임스페이스

Castle.ActiveRecord.Queries.Modifiers

클래스들

이름 설명
ActiveRecordCriteriaQuery Criteria Query Note: This query can not be included in a MultiQuery. the problem is that NHibernate does not have a real CriteriaQuery class
ActiveRecordMultiQuery wrapper for an IMultiQuery that executes a collection of queries.
CountQuery Query the database for a count (using COUNT(*) ) of all the entites of the specified type. Optionally using a where clause; Note: If Criteria are used, this query can not be included in a MultiQuery.
ScalarQuery Query that return a single result
SimpleQuery Simple query.