Get the name of the Hibernate IType associated with th given DbType typecode.

Namespace: NHibernate.Dialect
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public string GetHibernateTypeName(
	DbType code
)
Visual Basic
Public Function GetHibernateTypeName ( _
	code As DbType _
) As String
Visual C++
public:
String^ GetHibernateTypeName(
	DbType code
)

Parameters

code
Type: System.Data..::..DbType
The DbType typecode

Return Value

The Hibernate IType name.

See Also