Maps a Char Property to a DbType.StringFixedLength column.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class CharType _
	Inherits BaseCharType
C#
[SerializableAttribute]
public class CharType : BaseCharType
Visual C++
[SerializableAttribute]
public ref class CharType : public BaseCharType
JavaScript
NHibernate.Type.CharType = function();

Type.createClass(
	'NHibernate.Type.CharType',
	NHibernate.Type.BaseCharType);

Inheritance Hierarchy

See Also