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.

Namespace: Castle.ActiveRecord.Queries
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public class CountQuery : HqlBasedQuery

Inheritance Hierarchy

See Also