Initialize a new instance of the PrimitiveType class using a SqlType.
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
protected PrimitiveType( SqlType sqlType ) |
| Visual Basic |
|---|
Protected Sub New ( _ sqlType As SqlType _ ) |
| Visual C++ |
|---|
protected: PrimitiveType( SqlType^ sqlType ) |
Parameters
- sqlType
- Type: NHibernate.SqlTypes..::..SqlType
The underlying SqlType.