Get default type name for specified type

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

Syntax

Visual Basic (Declaration)
Public Function Get ( _
	typecode As DbType _
) As String
C#
public string Get(
	DbType typecode
)
Visual C++
public:
String^ Get(
	DbType typecode
)
JavaScript
function get(typecode);

Parameters

typecode
Type: System.Data..::.DbType
the type key

Return Value

the default type name associated with the specified key

See Also