Represents a return which names a "root" entity.
Namespace: NHibernate.Loader.CustomAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public class RootReturn : NonScalarReturn |
| Visual Basic |
|---|
Public Class RootReturn _ Inherits NonScalarReturn |
| Visual C++ |
|---|
public ref class RootReturn : public NonScalarReturn |
Remarks
A root entity means it is explicitly a "column" in the result, as opposed to
a fetched association.
Inheritance Hierarchy
System..::..Object
NHibernate.Loader.Custom..::..NonScalarReturn
NHibernate.Loader.Custom..::..RootReturn
NHibernate.Loader.Custom..::..NonScalarReturn
NHibernate.Loader.Custom..::..RootReturn