An extension of TimestampType which
maps to the database's current timestamp, rather than the vm's
current timestamp.
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
[SerializableAttribute] public class DbTimestampType : TimestampType, IVersionType, IType, ICacheAssembler |
Visual Basic |
---|
<SerializableAttribute> _ Public Class DbTimestampType _ Inherits TimestampType _ Implements IVersionType, IType, ICacheAssembler |
Visual C++ |
---|
[SerializableAttribute] public ref class DbTimestampType : public TimestampType, IVersionType, IType, ICacheAssembler |
Remarks
Note: May/may-not cause issues on dialects which do not properly support
a true notion of timestamp
Inheritance Hierarchy
System..::..Object
NHibernate.Type..::..AbstractType
NHibernate.Type..::..NullableType
NHibernate.Type..::..ImmutableType
NHibernate.Type..::..PrimitiveType
NHibernate.Type..::..TimestampType
NHibernate.Type..::..DbTimestampType
NHibernate.Type..::..AbstractType
NHibernate.Type..::..NullableType
NHibernate.Type..::..ImmutableType
NHibernate.Type..::..PrimitiveType
NHibernate.Type..::..TimestampType
NHibernate.Type..::..DbTimestampType