Initializes a new instance of the DecimalType class

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

Syntax

C#
public DecimalType(
	SqlType sqlType
)
Visual Basic
Public Sub New ( _
	sqlType As SqlType _
)
Visual C++
public:
DecimalType(
	SqlType^ sqlType
)

Parameters

sqlType
Type: NHibernate.SqlTypes..::..SqlType

[Missing <param name="sqlType"/> documentation for "M:NHibernate.Type.DecimalType.#ctor(NHibernate.SqlTypes.SqlType)"]

See Also