Initializes a new instance of the SqlType class
Namespace: NHibernate.SqlTypesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SqlType( DbType dbType, int length ) |
Visual Basic |
---|
Public Sub New ( _ dbType As DbType, _ length As Integer _ ) |
Visual C++ |
---|
public: SqlType( DbType dbType, int length ) |
Parameters
- dbType
- Type: System.Data..::..DbType
[Missing <param name="dbType"/> documentation for "M:NHibernate.SqlTypes.SqlType.#ctor(System.Data.DbType,System.Int32)"]
- length
- Type: System..::..Int32
[Missing <param name="length"/> documentation for "M:NHibernate.SqlTypes.SqlType.#ctor(System.Data.DbType,System.Int32)"]