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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetCastTypeName ( _
	sqlType As SqlType _
) As String
C#
public virtual string GetCastTypeName(
	SqlType sqlType
)
Visual C++
public:
virtual String^ GetCastTypeName(
	SqlType^ sqlType
)
JavaScript
function getCastTypeName(sqlType);

Parameters

sqlType
Type: NHibernate.SqlTypes..::.SqlType

See Also