Initializes a new instance of the StringClobSqlType class.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	length As Integer _
)
C#
public StringClobSqlType(
	int length
)
Visual C++
public:
StringClobSqlType(
	int length
)
JavaScript
NHibernate.SqlTypes.StringClobSqlType = function(length);

Parameters

length
Type: System..::.Int32
The length of the string the IDbDataParameter should hold.

See Also