Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class SingleType _ Inherits ValueTypeType |
C# |
---|
[SerializableAttribute] public class SingleType : ValueTypeType |
Visual C++ |
---|
[SerializableAttribute] public ref class SingleType : public ValueTypeType |
JavaScript |
---|
NHibernate.Type.SingleType = function(); Type.createClass( 'NHibernate.Type.SingleType', NHibernate.Type.ValueTypeType); |
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..::.ValueTypeType
NHibernate.Type..::.SingleType
NHibernate.Type..::.AbstractType
NHibernate.Type..::.NullableType
NHibernate.Type..::.ImmutableType
NHibernate.Type..::.ValueTypeType
NHibernate.Type..::.SingleType