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