Maps a Char Property
to a DbType.StringFixedLength column.
Namespace:
NHibernate.TypeAssembly: 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
System..::.Object
NHibernate.Type..::.AbstractType
NHibernate.Type..::.NullableType
NHibernate.Type..::.ImmutableType
NHibernate.Type..::.ValueTypeType
NHibernate.Type..::.BaseCharType
NHibernate.Type..::.CharType
NHibernate.Type..::.AbstractType
NHibernate.Type..::.NullableType
NHibernate.Type..::.ImmutableType
NHibernate.Type..::.ValueTypeType
NHibernate.Type..::.BaseCharType
NHibernate.Type..::.CharType