The query row count, ie. count(*)

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

Syntax

C#
public static IProjection RowCountInt64()
Visual Basic
Public Shared Function RowCountInt64 As IProjection
Visual C++
public:
static IProjection^ RowCountInt64()

Return Value

The RowCount projection mapped to an Int64.

See Also