Initializes a new instance of the BinarySqlType class.
Namespace: NHibernate.SqlTypesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public BinarySqlType( int length ) |
| Visual Basic |
|---|
Public Sub New ( _ length As Integer _ ) |
| Visual C++ |
|---|
public: BinarySqlType( int length ) |
Parameters
- length
- Type: System..::..Int32
The length of the binary data the IDbDataParameter should hold