For types with a simple length, this method returns the definition for the longest registered type.

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

Syntax

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

Parameters

typecode
Type: System.Data..::..DbType

[Missing <param name="typecode"/> documentation for "M:NHibernate.Dialect.TypeNames.GetLongest(System.Data.DbType)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Dialect.TypeNames.GetLongest(System.Data.DbType)"]

See Also