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

Syntax

Visual Basic (Declaration)
Public Function GetFetchMode ( _
	path As String _
) As FetchMode
C#
public FetchMode GetFetchMode(
	string path
)
Visual C++
public:
FetchMode GetFetchMode(
	String^ path
)
JavaScript
function getFetchMode(path);

Parameters

path
Type: System..::.String

See Also