Clones the QueryOver, removes orders and paging, and projects the row-count
for the query
Namespace: NHibernateAssembly: 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"]