Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
[SerializableAttribute] public class StringClobType : StringType  | 
| Visual Basic | 
|---|
<SerializableAttribute> _ Public Class StringClobType _ Inherits StringType  | 
| Visual C++ | 
|---|
[SerializableAttribute] public ref class StringClobType : public StringType  | 
Remarks
            This is only needed by DataProviders (SqlClient) that need to specify a Size for the
            IDbDataParameter.  Most DataProvider(Oralce) don't need to set the Size so a StringType
            would work just fine.
            
Inheritance Hierarchy
System..::..Object
NHibernate.Type..::..AbstractType
NHibernate.Type..::..NullableType
NHibernate.Type..::..ImmutableType
NHibernate.Type..::..AbstractStringType
NHibernate.Type..::..StringType
NHibernate.Type..::..StringClobType
NHibernate.Type..::..AbstractType
NHibernate.Type..::..NullableType
NHibernate.Type..::..ImmutableType
NHibernate.Type..::..AbstractStringType
NHibernate.Type..::..StringType
NHibernate.Type..::..StringClobType