Maps a Single Property to an Single column.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SingleType _
	Inherits ValueTypeType
C#
[SerializableAttribute]
public class SingleType : ValueTypeType
Visual C++
[SerializableAttribute]
public ref class SingleType : public ValueTypeType
JavaScript
NHibernate.Type.SingleType = function();

Type.createClass(
	'NHibernate.Type.SingleType',
	NHibernate.Type.ValueTypeType);

Remarks

Verify through your database's documentation if there is a column type that matches up with the capabilities of Single

Inheritance Hierarchy

See Also