Any value that maps to columns.

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

Syntax

Visual Basic (Declaration)
Public Class SimpleValue _
	Implements IKeyValue, IValue
C#
public class SimpleValue : IKeyValue, 
	IValue
Visual C++
public ref class SimpleValue : IKeyValue, 
	IValue
JavaScript
NHibernate.Mapping.SimpleValue = function();

Type.createClass(
	'NHibernate.Mapping.SimpleValue',
	null,
	NHibernate.Mapping.IKeyValue,
	NHibernate.Mapping.IValue);

Inheritance Hierarchy

See Also