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