Gets the Column at the specified index.

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

Syntax

C#
public Column GetColumn(
	int n
)
Visual Basic
Public Function GetColumn ( _
	n As Integer _
) As Column
Visual C++
public:
Column^ GetColumn(
	int n
)

Parameters

n
Type: System..::..Int32
The index of the Column to get.

Return Value

The Column at the specified index.

See Also