May this property be fetched using an SQL outerjoin?

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function GetFetchMode ( _
	i As Integer _
) As FetchMode
C#
FetchMode GetFetchMode(
	int i
)
Visual C++
FetchMode GetFetchMode(
	int i
)
JavaScript
function getFetchMode(i);

Parameters

i
Type: System..::.Int32

Return Value

See Also