Clones the QueryOver, clears the orders and paging, and projects the RowCount (Int64)

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

Syntax

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

Return Value

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

See Also