Maps a Decimal Property to a Decimal column.

Namespace: NHibernate.Type
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

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

Inheritance Hierarchy

System.Object
  NHibernate.Type.AbstractType
    NHibernate.Type.NullableType
      NHibernate.Type.ImmutableType
        NHibernate.Type.ValueTypeType
          NHibernate.Type.DecimalType