Describes the details of a StringFixedLength with the
information required to to generate an IDbDataParameter.
Namespace:
NHibernate.SqlTypesAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class StringFixedLengthSqlType _ Inherits SqlType |
C# |
---|
[SerializableAttribute] public class StringFixedLengthSqlType : SqlType |
Visual C++ |
---|
[SerializableAttribute] public ref class StringFixedLengthSqlType : public SqlType |
JavaScript |
---|
NHibernate.SqlTypes.StringFixedLengthSqlType = function(); Type.createClass( 'NHibernate.SqlTypes.StringFixedLengthSqlType', NHibernate.SqlTypes.SqlType); |
Remarks
This can store the length of the string that the IDbDataParameter can hold.
If no value is provided for the length then the Driver is responsible for
setting the properties on the IDbDataParameter correctly.