Namespace:
NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll)
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); |
Parameters
- type
- Type: NHibernate.Type..::.IAssociationType
- property
- Type: System..::.Int32
- lhsPersister
- Type: NHibernate.Persister.Entity..::.IOuterJoinLoadable