Get the columns of the associated table which are to be used in the join

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

Syntax

C#
public static string[] GetRHSColumnNames(
	IAssociationType type,
	ISessionFactoryImplementor factory
)
Visual Basic
Public Shared Function GetRHSColumnNames ( _
	type As IAssociationType, _
	factory As ISessionFactoryImplementor _
) As String()
Visual C++
public:
static array<String^>^ GetRHSColumnNames(
	IAssociationType^ type, 
	ISessionFactoryImplementor^ factory
)

Parameters

type
Type: NHibernate.Type..::..IAssociationType

[Missing <param name="type"/> documentation for "M:NHibernate.Engine.JoinHelper.GetRHSColumnNames(NHibernate.Type.IAssociationType,NHibernate.Engine.ISessionFactoryImplementor)"]

factory
Type: NHibernate.Engine..::..ISessionFactoryImplementor

[Missing <param name="factory"/> documentation for "M:NHibernate.Engine.JoinHelper.GetRHSColumnNames(NHibernate.Type.IAssociationType,NHibernate.Engine.ISessionFactoryImplementor)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.JoinHelper.GetRHSColumnNames(NHibernate.Type.IAssociationType,NHibernate.Engine.ISessionFactoryImplementor)"]

See Also