Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Timestamp As Long
C#
public long Timestamp { get; }
Visual C++
public:
virtual property long long Timestamp {
	long long get () sealed;
}
JavaScript
function get_timestamp();

Implements

ISessionImplementor..::.Timestamp

See Also