Initialize a new instance of the ImmutableType class using a SqlType.

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

Syntax

C#
protected ImmutableType(
	SqlType sqlType
)
Visual Basic
Protected Sub New ( _
	sqlType As SqlType _
)
Visual C++
protected:
ImmutableType(
	SqlType^ sqlType
)

Parameters

sqlType
Type: NHibernate.SqlTypes..::..SqlType
The underlying SqlType.

See Also