Describes the details of a AnsiStringFixedLength with the
information required to to generate an IDbDataParameter.
Namespace: NHibernate.SqlTypes
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class AnsiStringFixedLengthSqlType _ Inherits SqlType |
| C# |
|---|
[SerializableAttribute] public class AnsiStringFixedLengthSqlType : SqlType |
| Visual C++ |
|---|
[SerializableAttribute] public ref class AnsiStringFixedLengthSqlType : public 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.