Maximum depth of outer join fetching

Namespace: NHibernate.Cfg.Loquacious
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
ICommandsConfiguration WithMaximumDepthOfOuterJoinFetching(
	byte maxFetchDepth
)
Visual Basic
Function WithMaximumDepthOfOuterJoinFetching ( _
	maxFetchDepth As Byte _
) As ICommandsConfiguration
Visual C++
ICommandsConfiguration^ WithMaximumDepthOfOuterJoinFetching(
	unsigned char maxFetchDepth
)

Parameters

maxFetchDepth
Type: System..::..Byte

[Missing <param name="maxFetchDepth"/> documentation for "M:NHibernate.Cfg.Loquacious.ICommandsConfiguration.WithMaximumDepthOfOuterJoinFetching(System.Byte)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Cfg.Loquacious.ICommandsConfiguration.WithMaximumDepthOfOuterJoinFetching(System.Byte)"]

Remarks

0 (zero) disable the usage of OuterJoinFetching

See Also