Maximum depth of outer join fetching

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

Syntax

Visual Basic (Declaration)
ReadOnly Property MaximumFetchDepth As Integer
C#
int MaximumFetchDepth { get; }
Visual C++
property int MaximumFetchDepth {
	int get ();
}
JavaScript
function get_maximumFetchDepth();

See Also