Maps a Single Property to an Single column.

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

Syntax

C#
[SerializableAttribute]
public class SingleType : PrimitiveType
Visual Basic
<SerializableAttribute> _
Public Class SingleType _
	Inherits PrimitiveType
Visual C++
[SerializableAttribute]
public ref class SingleType : public PrimitiveType

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