Initializes a new instance of the StringClobSqlType class.

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

Syntax

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

See Also