Gets the Column at the specified index.
Namespace:
NHibernate.MappingAssembly: 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.