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

Syntax

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

Parameters

i
Type: System..::.Int32

Return Value

Implements

IAbstractComponentType..::.GetFetchMode(Int32)

See Also