Gets the Hibernate type of the specified column.
Namespace: NHibernate.Loader.CustomAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public IType GetHibernateType( int columnPos ) |
| Visual Basic |
|---|
Public Function GetHibernateType ( _ columnPos As Integer _ ) As IType |
| Visual C++ |
|---|
public: IType^ GetHibernateType( int columnPos ) |
Parameters
- columnPos
- Type: System..::..Int32
The column position.