Clones the QueryOver, clears the orders and paging, and projects the RowCount

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

Syntax

C#
public QueryOver<TRoot, TRoot> ToRowCountQuery()
Visual Basic
Public Function ToRowCountQuery As QueryOver(Of TRoot, TRoot)
Visual C++
public:
QueryOver<TRoot, TRoot>^ ToRowCountQuery()

Return Value

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

See Also