A strategy for determining if a version value is an version of a new transient instance or a previously persistent transient instance. The strategy is determined by the Unsaved-Value attribute in the mapping file.

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class VersionValue
Visual Basic
Public Class VersionValue
Visual C++
public ref class VersionValue

Inheritance Hierarchy

System..::..Object
  NHibernate.Engine..::..VersionValue

See Also