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