Maps a Decimal Property to a Decimal column.

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

Syntax

C#
[SerializableAttribute]
public class DecimalType : PrimitiveType, 
	IIdentifierType, IType, ICacheAssembler
Visual Basic
<SerializableAttribute> _
Public Class DecimalType _
	Inherits PrimitiveType _
	Implements IIdentifierType, IType, ICacheAssembler
Visual C++
[SerializableAttribute]
public ref class DecimalType : public PrimitiveType, 
	IIdentifierType, IType, ICacheAssembler

Inheritance Hierarchy

See Also