Get default type name for specified type

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

Syntax

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

Parameters

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

Return Value

the default type name associated with the specified key

See Also