Maps a CultureInfo Property to a String column.

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

Syntax

C#
[SerializableAttribute]
public class CultureInfoType : ImmutableType, 
	ILiteralType
Visual Basic
<SerializableAttribute> _
Public Class CultureInfoType _
	Inherits ImmutableType _
	Implements 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

See Also