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

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

Syntax

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

Return Value

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

See Also