Get the columns of the associated table which are to
be used in the join
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetRHSColumnNames ( _ type As IAssociationType, _ factory As ISessionFactoryImplementor _ ) As String() |
C# |
---|
public static string[] GetRHSColumnNames( IAssociationType type, ISessionFactoryImplementor factory ) |
Visual C++ |
---|
public: static array<String^>^ GetRHSColumnNames( IAssociationType^ type, ISessionFactoryImplementor^ factory ) |
JavaScript |
---|
NHibernate.Engine.JoinHelper.getRHSColumnNames = function(type, factory); |
Parameters
- type
- Type: NHibernate.Type..::.IAssociationType
- factory
- Type: NHibernate.Engine..::.ISessionFactoryImplementor