Get the columns of the owning entity 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#
string[] GetColumnNames(
	IAssociationType type,
	int begin
)
Visual Basic
Function GetColumnNames ( _
	type As IAssociationType, _
	begin As Integer _
) As String()
Visual C++
array<String^>^ GetColumnNames(
	IAssociationType^ type, 
	int begin
)

Parameters

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

[Missing <param name="type"/> documentation for "M:NHibernate.Engine.ILhsAssociationTypeSqlInfo.GetColumnNames(NHibernate.Type.IAssociationType,System.Int32)"]

begin
Type: System..::..Int32

[Missing <param name="begin"/> documentation for "M:NHibernate.Engine.ILhsAssociationTypeSqlInfo.GetColumnNames(NHibernate.Type.IAssociationType,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.ILhsAssociationTypeSqlInfo.GetColumnNames(NHibernate.Type.IAssociationType,System.Int32)"]

See Also