Gets the Column at the specified index.

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

Syntax

Visual Basic (Declaration)
Public Function GetColumn ( _
	n As Integer _
) As Column
C#
public Column GetColumn(
	int n
)
Visual C++
public:
Column^ GetColumn(
	int n
)
JavaScript
function getColumn(n);

Parameters

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

Return Value

The Column at the specified index.

See Also