Namespace:  NHibernate.Type
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

See Also