Maps the Assembly Qualified Name of a Type 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 TypeType : ImmutableType
Visual Basic
<SerializableAttribute> _
Public Class TypeType _
	Inherits ImmutableType
Visual C++
[SerializableAttribute]
public ref class TypeType : public ImmutableType

Inheritance Hierarchy

See Also