Maps a Char Property to a DbType.StringFixedLength column.

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

Syntax

C#
[SerializableAttribute]
public class CharType : AbstractCharType
Visual Basic
<SerializableAttribute> _
Public Class CharType _
	Inherits AbstractCharType
Visual C++
[SerializableAttribute]
public ref class CharType : public AbstractCharType

Inheritance Hierarchy

See Also