Describes the details of a String with the information required to generate an IDbDataParameter.

Namespace: NHibernate.SqlTypes
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public class StringSqlType : SqlType
Visual Basic
<SerializableAttribute> _
Public Class StringSqlType _
	Inherits SqlType
Visual C++
[SerializableAttribute]
public ref class StringSqlType : 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.

Inheritance Hierarchy

System..::..Object
  NHibernate.SqlTypes..::..SqlType
    NHibernate.SqlTypes..::..StringSqlType
      NHibernate.SqlTypes..::..StringClobSqlType

See Also