An extension of TimestampType which maps to the database's current timestamp, rather than the vm's current timestamp.

Namespace: NHibernate.Type
Assembly: 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

See Also