Maps a CultureInfo Property
to a String column.
Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class CultureInfoType _ Inherits ImmutableType _ Implements ILiteralType |
| C# |
|---|
[SerializableAttribute] public class CultureInfoType : ImmutableType, ILiteralType |
| Visual C++ |
|---|
[SerializableAttribute] public ref class CultureInfoType : public ImmutableType, ILiteralType |
Remarks
CultureInfoType stores the culture name (not the Culture ID) of the
CultureInfo in the DB.
Inheritance Hierarchy
System.Object
NHibernate.Type.AbstractType
NHibernate.Type.NullableType
NHibernate.Type.ImmutableType
NHibernate.Type.CultureInfoType
NHibernate.Type.AbstractType
NHibernate.Type.NullableType
NHibernate.Type.ImmutableType
NHibernate.Type.CultureInfoType