Namespace:  NHibernate.Loader.Criteria
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function GetJoinType ( _
	path As String _
) As JoinType
C#
public JoinType GetJoinType(
	string path
)
Visual C++
public:
JoinType GetJoinType(
	String^ path
)
JavaScript
function getJoinType(path);

Parameters

path
Type: System..::.String

See Also