Gets the name of the column at the specified position.
Namespace: NHibernate.Loader.CustomAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public string GetColumnName( int position ) |
| Visual Basic |
|---|
Public Function GetColumnName ( _ position As Integer _ ) As String |
| Visual C++ |
|---|
public: String^ GetColumnName( int position ) |
Parameters
- position
- Type: System..::..Int32
The (zero-based) position.