Represents a return which names a collection role; it is used in defining a custom query for loading an entity's collection in non-fetching scenarios (i.e., loading the collection itself as the "root" of the result).

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

Syntax

C#
public class CollectionReturn : NonScalarReturn
Visual Basic
Public Class CollectionReturn _
	Inherits NonScalarReturn
Visual C++
public ref class CollectionReturn : public NonScalarReturn

Inheritance Hierarchy

System..::..Object
  NHibernate.Loader.Custom..::..NonScalarReturn
    NHibernate.Loader.Custom..::..CollectionReturn

See Also