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 SingleType : PrimitiveType |
Visual Basic |
---|
<SerializableAttribute> _ Public Class SingleType _ Inherits PrimitiveType |
Visual C++ |
---|
[SerializableAttribute] public ref class SingleType : public PrimitiveType |
Remarks
Verify through your database's documentation if there is a column type that
matches up with the capabilities of Single
Inheritance Hierarchy
System..::..Object
NHibernate.Type..::..AbstractType
NHibernate.Type..::..NullableType
NHibernate.Type..::..ImmutableType
NHibernate.Type..::..PrimitiveType
NHibernate.Type..::..SingleType
NHibernate.Type..::..AbstractType
NHibernate.Type..::..NullableType
NHibernate.Type..::..ImmutableType
NHibernate.Type..::..PrimitiveType
NHibernate.Type..::..SingleType