Any value that maps to columns.

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

Syntax

C#
[SerializableAttribute]
public class SimpleValue : IKeyValue, 
	IValue
Visual Basic
<SerializableAttribute> _
Public Class SimpleValue _
	Implements IKeyValue, IValue
Visual C++
[SerializableAttribute]
public ref class SimpleValue : IKeyValue, 
	IValue

Inheritance Hierarchy

See Also