Superclass for loaders that initialize collections

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

Syntax

C#
public class CollectionLoader : OuterJoinLoader, 
	ICollectionInitializer
Visual Basic
Public Class CollectionLoader _
	Inherits OuterJoinLoader _
	Implements ICollectionInitializer
Visual C++
public ref class CollectionLoader : public OuterJoinLoader, 
	ICollectionInitializer

Inheritance Hierarchy

See Also