Clones the QueryOver, removes orders and paging, and projects the row-count for the query

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
IQueryOver<TRoot, TRoot> ToRowCountQuery()
Visual Basic
Function ToRowCountQuery As IQueryOver(Of TRoot, TRoot)
Visual C++
IQueryOver<TRoot, TRoot>^ ToRowCountQuery()

Return Value

[Missing <returns> documentation for "M:NHibernate.IQueryOver`1.ToRowCountQuery"]

See Also