Should we load this collection role by outer joining?

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

Syntax

C#
FetchMode FetchMode { get; }
Visual Basic
ReadOnly Property FetchMode As FetchMode
	Get
Visual C++
property FetchMode FetchMode {
	FetchMode get ();
}

See Also