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

Syntax

Visual Basic (Declaration)
Public Shared Function GetLHSTableName ( _
	type As IAssociationType, _
	property As Integer, _
	lhsPersister As IOuterJoinLoadable _
) As String
C#
public static string GetLHSTableName(
	IAssociationType type,
	int property,
	IOuterJoinLoadable lhsPersister
)
Visual C++
public:
static String^ GetLHSTableName(
	IAssociationType^ type, 
	int property, 
	IOuterJoinLoadable^ lhsPersister
)
JavaScript
NHibernate.Engine.JoinHelper.getLHSTableName = function(type, property, lhsPersister);

See Also