Each row of results is an instance of the root entity

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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly RootEntity As IResultTransformer
C#
public static readonly IResultTransformer RootEntity
Visual C++
public:
static initonly IResultTransformer^ RootEntity
JavaScript
NHibernate.CriteriaUtil.rootEntity

See Also