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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	sqlType As SqlType _
)
C#
public BaseCharType(
	SqlType sqlType
)
Visual C++
public:
BaseCharType(
	SqlType^ sqlType
)
JavaScript
NHibernate.Type.BaseCharType = function(sqlType);

Parameters

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

See Also