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