An ordered pair of a value and its Hibernate type.

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

Syntax

C#
[SerializableAttribute]
public sealed class TypedValue
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class TypedValue
Visual C++
[SerializableAttribute]
public ref class TypedValue sealed

Inheritance Hierarchy

System..::..Object
  NHibernate.Engine..::..TypedValue

See Also